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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.h129 } QH_STRUCT; typedef in typeref:struct:__anon5806
184 QH_STRUCT *ConfigQH;
185 QH_STRUCT *BulkQH;
500 @param PtrQH Place to store QH_STRUCT pointer.
509 OUT QH_STRUCT **PtrQH
515 @param PtrQH Place to store QH_STRUCT pointer.
516 @param PtrNext Place to the next QH_STRUCT.
521 IN QH_STRUCT *PtrQH,
528 @param PtrQH Place to store QH_STRUCT pointer.
535 IN QH_STRUCT *PtrQ
[all...]
H A DUhcPeim.c186 QH_STRUCT *PtrQH;
428 QH_STRUCT *PtrQH;
1226 @param PtrQH Place to store QH_STRUCT pointer.
1235 OUT QH_STRUCT **PtrQH
1241 // allocate align memory for QH_STRUCT
1243 Status = AllocateTDorQHStruct (UhcDev, sizeof(QH_STRUCT), (void **)PtrQH);
1248 // init each field of the QH_STRUCT
1259 @param PtrQH Place to store QH_STRUCT pointer.
1260 @param PtrNext Place to the next QH_STRUCT.
1265 IN QH_STRUCT *PtrQ
[all...]

Completed in 8 milliseconds