Home | History | Annotate | Download | only in EhciDxe

Lines Matching defs:URB

3     This file contains URB request, each request is warpped in a

4 URB (Usb Request Block).
23 typedef struct _URB URB;
26 // Transfer types, used in URB to identify the transfer type
171 // QTD generated from a URB. Don't add fields before QtdHw.
205 // URB (Usb Request Block) contains information for all kinds of
285 Free an allocated URB. It is possible for it to be partially inited.
288 @param Urb The URB to free.
294 IN URB *Urb
299 Create a new URB and its associated QTD.
316 @return Created URB or NULL.
319 URB *