Searched refs:USB_PORT_STAT_C_CONNECTION (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiUsbLib.c326 if ((PortChangeStatus & USB_PORT_STAT_C_CONNECTION) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DPeiUsbLib.c328 if ((PortChangeStatus & USB_PORT_STAT_C_CONNECTION) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUsb2HostController.h56 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c860 if ((PortState.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_OVERCURRENT | USB_PORT_STAT_C_RESET)) == 0) {
905 if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_CONNECTION)) {
H A DUsbHub.c26 {USB_PORT_STAT_C_CONNECTION, EfiUsbPortConnectChange},
34 {USB_PORT_STAT_C_CONNECTION, EfiUsbPortConnectChange},
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.c35 {PORTSC_CONN_CHANGE, USB_PORT_STAT_C_CONNECTION},
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c29 {XHC_PORTSC_CSC, USB_PORT_STAT_C_CONNECTION},
43 {XHC_HUB_PORTSC_CSC, USB_PORT_STAT_C_CONNECTION},
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c394 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c42 {PORTSC_CONN_CHANGE, USB_PORT_STAT_C_CONNECTION},
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c742 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION;

Completed in 167 milliseconds