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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiUsbLib.c278 if ((PortStatus & USB_PORT_STAT_CONNECTION) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DPeiUsbLib.c278 if ((PortStatus & USB_PORT_STAT_CONNECTION) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUsb2HostController.h42 #define USB_PORT_STAT_CONNECTION 0x0001 macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c682 if (!USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_CONNECTION)) {
923 if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_CONNECTION)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.c25 {PORTSC_CONN, USB_PORT_STAT_CONNECTION},
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c22 {XHC_PORTSC_CCS, USB_PORT_STAT_CONNECTION},
36 {XHC_HUB_PORTSC_CCS, USB_PORT_STAT_CONNECTION},
H A DXhciSched.c1360 ((PortState->PortStatus & USB_PORT_STAT_CONNECTION) != 0)) {
1384 } else if ((PortState->PortStatus & USB_PORT_STAT_CONNECTION) == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c368 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c32 {PORTSC_CONN, USB_PORT_STAT_CONNECTION},
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c709 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION;

Completed in 57 milliseconds