Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.c88 Ehc = EHC_FROM_THIS (This); in EhcGetCapability()
126 Ehc = EHC_FROM_THIS (This); in EhcReset()
228 Ehc = EHC_FROM_THIS (This); in EhcGetState()
278 Ehc = EHC_FROM_THIS (This); in EhcSetState()
356 Ehc = EHC_FROM_THIS (This); in EhcGetRootHubPortStatus()
445 Ehc = EHC_FROM_THIS (This); in EhcSetRootHubPortFeature()
558 Ehc = EHC_FROM_THIS (This); in EhcClearRootHubPortFeature()
740 Ehc = EHC_FROM_THIS (This); in EhcControlTransfer()
889 Ehc = EHC_FROM_THIS (This); in EhcBulkTransfer()
1032 Ehc = EHC_FROM_THIS (This); in EhcAsyncInterruptTransfer()
[all …]
DComponentName.c215 EhciDev = EHC_FROM_THIS (Usb2Hc); in EhciComponentNameGetControllerName()
DEhci.h112 #define EHC_FROM_THIS(a) CR(a, USB2_HC_DEV, Usb2Hc, USB2_HC_DEV_SIGNATURE) macro