Searched refs:UHCI_QH_SW (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciDebug.h30 IN UHCI_QH_SW *QhSw
H A DUhciSched.h66 UHCI_QH_SW *QhSw;
138 UHCI_QH_SW *Qh
154 UHCI_QH_SW *Qh
175 IN UHCI_QH_SW *Qh,
206 IN UHCI_QH_SW *Qh,
H A DUhci.h122 UHCI_QH_SW *SyncIntQh;
123 UHCI_QH_SW *CtrlQh;
124 UHCI_QH_SW *BulkQh;
H A DUhciQueue.h80 typedef struct _UHCI_QH_SW UHCI_QH_SW; typedef in typeref:struct:_UHCI_QH_SW
84 UHCI_QH_SW *NextQh;
108 IN UHCI_QH_SW *Qh,
124 IN UHCI_QH_SW *Qh,
202 UHCI_QH_SW *
H A DUhciSched.c144 UsbHcFreeMem (Uhc->MemPool, Uhc->SyncIntQh, sizeof (UHCI_QH_SW));
148 UsbHcFreeMem (Uhc->MemPool, Uhc->CtrlQh, sizeof (UHCI_QH_SW));
152 UsbHcFreeMem (Uhc->MemPool, Uhc->BulkQh, sizeof (UHCI_QH_SW));
189 UsbHcFreeMem (Uhc->MemPool, Uhc->SyncIntQh, sizeof (UHCI_QH_SW));
193 UsbHcFreeMem (Uhc->MemPool, Uhc->CtrlQh, sizeof (UHCI_QH_SW));
197 UsbHcFreeMem (Uhc->MemPool, Uhc->BulkQh, sizeof (UHCI_QH_SW));
251 UHCI_QH_SW *Qh
255 UHCI_QH_SW *Prev;
256 UHCI_QH_SW *Next;
270 Next = (UHCI_QH_SW*)(UINT
[all...]
H A DUhciDebug.c26 IN UHCI_QH_SW *QhSw
H A DUhciQueue.c163 IN UHCI_QH_SW *Qh,
187 IN UHCI_QH_SW *Qh,
261 UHCI_QH_SW *
267 UHCI_QH_SW *Qh;
269 Qh = UsbHcAllocateMem (Uhc->MemPool, sizeof (UHCI_QH_SW));
H A DUhci.c798 UHCI_QH_SW *BulkQh;
946 UHCI_QH_SW *Qh;
1073 UsbHcFreeMem (Uhc->MemPool, Qh, sizeof (UHCI_QH_SW));

Completed in 47 milliseconds