OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:urbs
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/linux/
usb.h
48
* @urb_list:
urbs
queued to this endpoint; maintained by usbcore
743
* This structure identifies USB transfer requests.
URBs
must be allocated by
745
* Initialization may be done using various usb_fill_*_urb() functions.
URBs
771
* All
URBs
submitted must initialize the dev, pipe, transfer_flags (may be
772
* zero), and complete fields. All
URBs
must also initialize
777
* Bulk
URBs
may
782
* Control
URBs
must provide a setup_packet. The setup_packet and
786
* URB_NO_SETUP_DMA_MAP is ignored for non-control
URBs
.
788
* Interrupt
URBs
must provide an interval, saying how often (in milliseconds
1083
struct urb **
urbs
;
member in struct:usb_sg_request
[
all
...]
Completed in 12 milliseconds