Searched refs:QH_STRUCT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.h128 } QH_STRUCT; typedef in typeref:struct:__anon10844
183 QH_STRUCT *ConfigQH;
184 QH_STRUCT *BulkQH;
499 @param PtrQH Place to store QH_STRUCT pointer.
508 OUT QH_STRUCT **PtrQH
514 @param PtrQH Place to store QH_STRUCT pointer.
515 @param PtrNext Place to the next QH_STRUCT.
520 IN QH_STRUCT *PtrQH,
527 @param PtrQH Place to store QH_STRUCT pointer.
534 IN QH_STRUCT *PtrQ
[all...]
H A DUhcPeim.c184 QH_STRUCT *PtrQH;
424 QH_STRUCT *PtrQH;
1220 @param PtrQH Place to store QH_STRUCT pointer.
1229 OUT QH_STRUCT **PtrQH
1235 // allocate align memory for QH_STRUCT
1237 Status = AllocateTDorQHStruct (UhcDev, sizeof(QH_STRUCT), (void **)PtrQH);
1242 // init each field of the QH_STRUCT
1253 @param PtrQH Place to store QH_STRUCT pointer.
1254 @param PtrNext Place to the next QH_STRUCT.
1259 IN QH_STRUCT *PtrQ
[all...]

Completed in 52 milliseconds