Searched defs:CurState (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c252 EFI_USB_HC_STATE CurState; local
254 Status = EhcGetState (This, &CurState);
260 if (CurState == State) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c176 EFI_USB_HC_STATE CurState; local
183 Status = Uhci2GetState (This, &CurState);
189 if (CurState == State) {
204 if (CurState == EfiUsbHcStateHalt) {
212 } else if (CurState == EfiUsbHcStateSuspend) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c265 EFI_USB_HC_STATE CurState; local
268 Status = XhcGetState (This, &CurState);
274 if (CurState == State) {

Completed in 40 milliseconds