Home
last modified time | relevance | path

Searched refs:CurState (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhci.c187 EFI_USB_HC_STATE CurState; in Uhci2SetState() local
194 Status = Uhci2GetState (This, &CurState); in Uhci2SetState()
200 if (CurState == State) { in Uhci2SetState()
215 if (CurState == EfiUsbHcStateHalt) { in Uhci2SetState()
223 } else if (CurState == EfiUsbHcStateSuspend) { in Uhci2SetState()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.c265 EFI_USB_HC_STATE CurState; in EhcSetState() local
267 Status = EhcGetState (This, &CurState); in EhcSetState()
273 if (CurState == State) { in EhcSetState()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhci.c296 EFI_USB_HC_STATE CurState; in XhcSetState() local
299 Status = XhcGetState (This, &CurState); in XhcSetState()
305 if (CurState == State) { in XhcSetState()