Home | History | Annotate | Download | only in Dxe

Lines Matching refs:PortStatus

1507   @param  PortStatus            A pointer to the current port status bits and

1511 was returned in PortStatus.
1521 OUT EFI_USB_PORT_STATUS *PortStatus
1533 PortStatus->PortStatus = 0;
1534 PortStatus->PortChangeStatus = 0;
1537 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION;
1540 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE;
1543 PortStatus->PortStatus |= USB_PORT_STAT_SUSPEND;
1546 PortStatus->PortStatus |= USB_PORT_STAT_OVERCURRENT;
1549 PortStatus->PortStatus |= USB_PORT_STAT_RESET;
1552 PortStatus->PortStatus |= USB_PORT_STAT_POWER;
1555 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
1558 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE;
1561 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION;
1564 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_SUSPEND;
1567 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_OVERCURRENT;
1570 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_RESET;