Searched refs:USB_PORT_STAT_CONNECTION (Results 1 – 16 of 16) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
D | PeiUsbLib.c | 216 if ((PortStatus & USB_PORT_STAT_CONNECTION) != 0) { in IsPortConnect()
|
D | UsbPeim.c | 293 ((PortStatus.PortStatus & (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE)) == 0)) { in PeiHubEnumeration() 519 ((PortStatus.PortStatus & (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE)) == 0)) { in PeiUsbEnumeration()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/ |
D | PeiUsbLib.c | 278 if ((PortStatus & USB_PORT_STAT_CONNECTION) != 0) { in IsPortConnect()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | usb.h | 46 #define USB_PORT_STAT_CONNECTION 0x0001 macro
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Usb2HostController.h | 42 #define USB_PORT_STAT_CONNECTION 0x0001 macro
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
D | UsbEnumer.c | 711 if (!USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_CONNECTION)) { in UsbEnumerateNewDev() 966 if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_CONNECTION)) { in UsbEnumeratePort()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
D | XhcPeim.c | 25 {XHC_PORTSC_CCS, USB_PORT_STAT_CONNECTION}, 47 {XHC_HUB_PORTSC_CCS, USB_PORT_STAT_CONNECTION},
|
D | XhciSched.c | 870 ((PortState->PortStatus & USB_PORT_STAT_CONNECTION) != 0)) { in XhcPeiPollPortStatusChange()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/ |
D | EhcPeim.c | 25 {PORTSC_CONN, USB_PORT_STAT_CONNECTION},
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
D | Xhci.c | 22 {XHC_PORTSC_CCS, USB_PORT_STAT_CONNECTION}, 43 {XHC_HUB_PORTSC_CCS, USB_PORT_STAT_CONNECTION},
|
D | XhciSched.c | 1609 ((PortState->PortStatus & USB_PORT_STAT_CONNECTION) != 0)) { in XhcPollPortStatusChange()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/ |
D | Uhci.c | 379 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION; in Uhci2GetRootHubPortStatus()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/ |
D | OhcPeim.c | 606 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION; in OhciGetRootHubPortStatus()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
D | Ehci.c | 33 {PORTSC_CONN, USB_PORT_STAT_CONNECTION},
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/ |
D | UhcPeim.c | 713 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION; in UhcGetRootHubPortStatus()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
D | Ohci.c | 1528 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION; in OhciGetRootHubPortStatus()
|