HomeSort by relevance Sort by last modified time
    Searched defs:URB (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.h 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
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.h 22 // 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
199 } URB;
788 Ring the door bell to notify XHCI there is a transaction to be executed through URB.
791 @param Urb The URB to be rung.
799 IN URB *Urb
803 Execute the transfer by polling the URB. This is a synchronous operation.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 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,
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Internal.h 195 // Transfer types, used in URB to identify the transfer type
428 // URB (Usb Request Block) contains information for all kinds of
453 } URB;
510 // URB - Read
512 URB UrbOut;
515 // URB - Write
517 URB UrbIn;

Completed in 685 milliseconds