OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UHCI_QH_SW
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciDebug.h
30
IN
UHCI_QH_SW
*QhSw
UhciSched.h
66
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,
UhciQueue.h
80
typedef struct _UHCI_QH_SW
UHCI_QH_SW
;
84
UHCI_QH_SW
*NextQh;
108
IN
UHCI_QH_SW
*Qh,
124
IN
UHCI_QH_SW
*Qh,
202
UHCI_QH_SW
*
UhciSched.c
144
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
*)(UINTN)Uhc->FrameBaseHostAddr[Index];
[
all
...]
Uhci.h
124
UHCI_QH_SW
*SyncIntQh;
125
UHCI_QH_SW
*CtrlQh;
126
UHCI_QH_SW
*BulkQh;
UhciDebug.c
26
IN
UHCI_QH_SW
*QhSw
UhciQueue.c
163
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
));
Uhci.c
809
UHCI_QH_SW
*BulkQh;
957
UHCI_QH_SW
*Qh;
1084
UsbHcFreeMem (Uhc->MemPool, Qh, sizeof (
UHCI_QH_SW
));
[
all
...]
Completed in 128 milliseconds