Searched defs:URB (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.h3 This file contains URB request, each request is warpped in a
4 URB (Usb Request Block).
23 typedef struct _URB URB; typedef in typeref:struct:_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 an
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.h22 // Transfer types, used in URB to identify the transfer type
162 // URB (Usb Request Block) contains information for all kinds of
169 // Usb Device URB related information
197 } URB; typedef in typeref:struct:_URB
786 Ring the door bell to notify XHCI there is a transaction to be executed through URB.
789 @param Urb The URB to be rung.
797 IN URB *Urb
801 Execute the transfer by polling the URB. This is a synchronous operation.
804 @param CmdTransfer The executed URB is for cmd transfer or not.
805 @param Urb The URB t
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusb.h412 } URB; typedef in typeref:struct:_URB
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusb.h412 } URB; typedef in typeref:struct:_URB

Completed in 41 milliseconds