Searched refs:PortState (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbHub.c825 the port changes in PortState. Bus enumeration code
830 @param PortState Variable to return the port state.
840 OUT EFI_USB_PORT_STATUS *PortState
845 Status = UsbHubCtrlGetPortStatus (HubIf->Device, Port, PortState);
865 EFI_USB_PORT_STATUS PortState; local
870 Status = UsbHubGetPortStatus (HubIf, Port, &PortState);
885 if (USB_BIT_IS_SET (PortState.PortChangeStatus, Map->ChangedBit)) {
962 EFI_USB_PORT_STATUS PortState; local
981 ZeroMem (&PortState, sizeof (EFI_USB_PORT_STATUS));
984 Status = UsbHubGetPortStatus (HubIf, Port, &PortState);
1157 EFI_USB_PORT_STATUS PortState; local
1257 EFI_USB_PORT_STATUS PortState; local
[all...]
H A DUsbEnumer.c637 EFI_USB_PORT_STATUS PortState; local
675 Status = HubApi->GetPortStatus (HubIf, Port, &PortState);
682 if (!USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_CONNECTION)) {
685 } else if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_SUPER_SPEED)){
688 } else if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_HIGH_SPEED)) {
691 } else if (USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_LOW_SPEED)) {
840 EFI_USB_PORT_STATUS PortState; local
849 Status = HubApi->GetPortStatus (HubIf, Port, &PortState);
860 if ((PortState.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_OVERCURRENT | USB_PORT_STAT_C_RESET)) == 0) {
865 Port, PortState
[all...]
H A DUsbEnumer.h47 // the port changes in PortState. Bus enumeration code
55 OUT EFI_USB_PORT_STATUS *PortState
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.c1323 @param PortState The port state.
1335 IN EFI_USB_PORT_STATUS *PortState
1359 if (((PortState->PortStatus & USB_PORT_STAT_ENABLE) != 0) &&
1360 ((PortState->PortStatus & USB_PORT_STAT_CONNECTION) != 0)) {
1365 if ((PortState->PortStatus & USB_PORT_STAT_LOW_SPEED) != 0) {
1367 } else if ((PortState->PortStatus & USB_PORT_STAT_HIGH_SPEED) != 0) {
1369 } else if ((PortState->PortStatus & USB_PORT_STAT_SUPER_SPEED) != 0) {
1384 } else if ((PortState->PortStatus & USB_PORT_STAT_CONNECTION) == 0) {
H A DXhciSched.h942 @param PortState The port state.
954 IN EFI_USB_PORT_STATUS *PortState

Completed in 78 milliseconds