HomeSort by relevance Sort by last modified time
    Searched refs:urbs (Results 1 - 3 of 3) sorted by null

  /external/libusb/libusb/os/
linux_usbfs.c 76 * allows us to mark URBs as being part of a specific logical transfer when
78 * cancellation, all URBs within that transfer will be cancelled with the
80 * time it takes to cancel the remaining URBs.
82 * The BULK_CONTINUATION flag must be set on all URBs within a bulk transfer
84 * For IN transfers, we must also set SHORT_NOT_OK on all the URBs.
86 * (where an OUT transfer does not complete, the rest of the URBs in the
88 * disallowed (a kernel with USB debugging enabled will reject such URBs).
128 struct usbfs_urb *urbs; member in union:linux_transfer_priv::__anon22877
1343 struct usbfs_urb *urbs; local
1458 struct usbfs_urb **urbs; local
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 84 * allows us to mark URBs as being part of a specific logical transfer when
86 * URBs within that transfer will be cancelled and no more URBs will be
89 * The BULK_CONTINUATION flag must be set on all URBs within a bulk transfer
91 * For IN transfers, we must also set SHORT_NOT_OK on all URBs except the
96 * reject such URBs).
101 * allows us to mark URBs that should be followed by a zero length data
160 /* one or more urbs encountered a low-level error */
166 struct usbfs_urb *urbs; member in union:linux_transfer_priv::__anon13887
1667 struct usbfs_urb *urbs; local
1832 struct usbfs_urb **urbs; local
    [all...]
  /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 176 milliseconds