Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_CONNECTION (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
DPeiUsbLib.c216 if ((PortStatus & USB_PORT_STAT_CONNECTION) != 0) { in IsPortConnect()
DUsbPeim.c293 ((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/
DPeiUsbLib.c278 if ((PortStatus & USB_PORT_STAT_CONNECTION) != 0) { in IsPortConnect()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dusb.h46 #define USB_PORT_STAT_CONNECTION 0x0001 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsb2HostController.h42 #define USB_PORT_STAT_CONNECTION 0x0001 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbEnumer.c711 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/
DXhcPeim.c25 {XHC_PORTSC_CCS, USB_PORT_STAT_CONNECTION},
47 {XHC_HUB_PORTSC_CCS, USB_PORT_STAT_CONNECTION},
DXhciSched.c870 ((PortState->PortStatus & USB_PORT_STAT_CONNECTION) != 0)) { in XhcPeiPollPortStatusChange()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhcPeim.c25 {PORTSC_CONN, USB_PORT_STAT_CONNECTION},
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhci.c22 {XHC_PORTSC_CCS, USB_PORT_STAT_CONNECTION},
43 {XHC_HUB_PORTSC_CCS, USB_PORT_STAT_CONNECTION},
DXhciSched.c1609 ((PortState->PortStatus & USB_PORT_STAT_CONNECTION) != 0)) { in XhcPollPortStatusChange()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhci.c379 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION; in Uhci2GetRootHubPortStatus()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.c606 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION; in OhciGetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.c33 {PORTSC_CONN, USB_PORT_STAT_CONNECTION},
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c713 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION; in UhcGetRootHubPortStatus()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c1528 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION; in OhciGetRootHubPortStatus()