HomeSort by relevance Sort by last modified time
    Searched refs:EHC_QH (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.h 61 IN EHC_QH *Qh
76 IN EHC_QH *Qh
92 IN EHC_QH *Qh
107 IN EHC_QH *Qh
EhciDebug.h 44 IN EHC_QH *Qh,
EhciSched.c 34 EHC_QH *Qh;
72 PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Qh, sizeof (EHC_QH));
74 QhHw->HorizonLink = QH_LINK (PciAddr + OFFSET_OF(EHC_QH, QhHw), EHC_TYPE_QH, FALSE);
205 PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Ehc->PeriodOne, sizeof (EHC_QH));
223 PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (EHC_QH));
229 UsbHcFreeMem (Ehc->MemPool, Ehc->PeriodOne, sizeof (EHC_QH));
234 UsbHcFreeMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (EHC_QH));
268 UsbHcFreeMem (Ehc->MemPool, Ehc->PeriodOne, sizeof (EHC_QH));
273 UsbHcFreeMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (EHC_QH));
323 IN EHC_QH *Qh
    [all...]
EhciUrb.h 22 typedef struct _EHC_QH EHC_QH;
80 // Fill in the hardware link point: pass in a EHC_QH/QH_HW
199 EHC_QH *NextQh; // The queue head pointed to by horizontal link
229 EHC_QH *Qh;
277 EHC_QH *
Ehci.h 146 EHC_QH *ReclaimHead;
155 EHC_QH *PeriodOne;
EhciUrb.c 176 EHC_QH *
182 EHC_QH *Qh;
185 Qh = UsbHcAllocateMem (Ehci->MemPool, sizeof (EHC_QH));
348 UsbHcFreeMem (Ehc->MemPool, Urb->Qh, sizeof (EHC_QH));
372 EHC_QH *Qh;
EhciDebug.c 128 IN EHC_QH *Qh,

Completed in 183 milliseconds