Home | History | Annotate | Download | only in XhciPei

Lines Matching defs:URB

21 // Transfer types, used in URB to identify the transfer type

160 // URB (Usb Request Block) contains information for all kinds of
166 // Usb Device URB related information
195 } URB;
761 Execute the transfer by polling the URB. This is a synchronous operation.
764 @param CmdTransfer The executed URB is for cmd transfer or not.
765 @param Urb The URB to execute.
777 IN URB *Urb,
985 @param Urb The dequeue pointer of the transfer ring specified
986 by the urb to be updated.
998 IN URB *Urb
1117 @param Urb The urb which makes the endpoint halted.
1126 IN URB *Urb
1136 @param Urb The urb which doesn't get completed in a specified timeout range.
1145 IN URB *Urb
1149 Create a new URB for a new transaction.
1163 @return Created URB or NULL
1166 URB*
1182 Free an allocated URB.
1185 @param Urb The URB to free.
1191 IN URB *Urb
1198 @param Urb The urb used to construct the transfer TRB.
1206 IN URB *Urb