Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_CONNECTION (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
DPeiUsbLib.c264 if ((PortChangeStatus & USB_PORT_STAT_C_CONNECTION) != 0) { in IsPortConnectChange()
DUsbPeim.c250 …if ((PortStatus.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in PeiHubEnumeration()
480 …if ((PortStatus.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in PeiUsbEnumeration()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dusb.h56 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DPeiUsbLib.c326 if ((PortChangeStatus & USB_PORT_STAT_C_CONNECTION) != 0) { in IsPortConnectChange()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsb2HostController.h56 #define USB_PORT_STAT_C_CONNECTION 0x0001 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbEnumer.c899 …if ((PortState.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_… in UsbEnumeratePort()
944 if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_CONNECTION)) { in UsbEnumeratePort()
DUsbHub.c26 {USB_PORT_STAT_C_CONNECTION, EfiUsbPortConnectChange},
34 {USB_PORT_STAT_C_CONNECTION, EfiUsbPortConnectChange},
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhcPeim.c33 {XHC_PORTSC_CSC, USB_PORT_STAT_C_CONNECTION},
55 {XHC_HUB_PORTSC_CSC, USB_PORT_STAT_C_CONNECTION},
DXhciSched.c842 …if ((PortState->PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in XhcPeiPollPortStatusChange()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhcPeim.c35 {PORTSC_CONN_CHANGE, USB_PORT_STAT_C_CONNECTION},
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhci.c29 {XHC_PORTSC_CSC, USB_PORT_STAT_C_CONNECTION},
50 {XHC_HUB_PORTSC_CSC, USB_PORT_STAT_C_CONNECTION},
DXhciSched.c1577 …if ((PortState->PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in XhcPollPortStatusChange()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DDwUsbHostDxe.c382 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION; in DwHcGetRootHubPortStatus()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.c640 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION; in OhciGetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhci.c405 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION; in Uhci2GetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.c43 {PORTSC_CONN_CHANGE, USB_PORT_STAT_C_CONNECTION},
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c746 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION; in UhcGetRootHubPortStatus()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c1561 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION; in OhciGetRootHubPortStatus()