Searched refs:PEI_EHC_QH (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciSched.h61 IN PEI_EHC_QH *Qh
76 IN PEI_EHC_QH *Qh
H A DEhciSched.c35 PEI_EHC_QH *Qh;
195 UsbHcFreeMem (Ehc->MemPool, Ehc->PeriodOne, sizeof (PEI_EHC_QH));
200 UsbHcFreeMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (PEI_EHC_QH));
233 IN PEI_EHC_QH *Qh
236 PEI_EHC_QH *Head;
263 IN PEI_EHC_QH *Qh
266 PEI_EHC_QH *Head;
H A DEhcPeim.h122 PEI_EHC_QH *ReclaimHead;
131 PEI_EHC_QH *PeriodOne;
H A DEhciUrb.h21 typedef struct _PEI_EHC_QH PEI_EHC_QH; typedef in typeref:struct:_PEI_EHC_QH
197 PEI_EHC_QH *NextQh; // The queue head pointed to by horizontal link
227 PEI_EHC_QH *Qh;
271 PEI_EHC_QH *
H A DEhciUrb.c170 PEI_EHC_QH *
176 PEI_EHC_QH *Qh;
179 Qh = UsbHcAllocateMem (Ehci, Ehci->MemPool, sizeof (PEI_EHC_QH));
327 UsbHcFreeMem (Ehc->MemPool, Urb->Qh, sizeof (PEI_EHC_QH));
348 PEI_EHC_QH *Qh;

Completed in 51 milliseconds