Home | History | Annotate | Download | only in DwUsbHostDxe

Lines Matching refs:PortStatus

333   OUT  EFI_USB_PORT_STATUS   *PortStatus
342 if (PortStatus == NULL)
347 PortStatus->PortStatus = 0;
348 PortStatus->PortChangeStatus = 0;
352 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION;
356 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE;
360 PortStatus->PortStatus |= USB_PORT_STAT_SUSPEND;
364 PortStatus->PortStatus |= USB_PORT_STAT_OVERCURRENT;
368 PortStatus->PortStatus |= USB_PORT_STAT_RESET;
372 PortStatus->PortStatus |= USB_PORT_STAT_POWER;
375 PortStatus->PortStatus |= USB_PORT_STAT_HIGH_SPEED;
378 // PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE;
382 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION;
386 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_OVERCURRENT;