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

  /external/libusb/libusb/
libusb.h 669 * libusb_transfer.flags values */
697 struct libusb_transfer;
702 * \ref libusb_transfer::callback "callback" member of the libusb_transfer
705 * \param transfer The libusb_transfer struct the callback function is being
708 typedef void (*libusb_transfer_cb_fn)(struct libusb_transfer *transfer);
716 struct libusb_transfer { struct
834 struct libusb_transfer *transfer)
852 struct libusb_transfer *transfer)
891 struct libusb_transfer *libusb_alloc_transfer(int iso_packets)
    [all...]
sync.c 36 static void ctrl_transfer_cb(struct libusb_transfer *transfer)
76 struct libusb_transfer *transfer = libusb_alloc_transfer(0);
145 static void bulk_transfer_cb(struct libusb_transfer *transfer)
157 struct libusb_transfer *transfer = libusb_alloc_transfer(0);
io.c 191 * the \ref libusb_transfer::actual_length "libusb_transfer.actual_length"
233 * This is represented by the public libusb_transfer structure type.
238 * -# <b>Allocation</b>: allocate a libusb_transfer
239 * -# <b>Filling</b>: populate the libusb_transfer instance with information
243 * libusb_transfer structure
286 * The user-specified callback is passed a pointer to the libusb_transfer
290 * the libusb_transfer structure documentation for more information.
340 * The <tt>libusb_transfer</tt> structure is generic and hence does not
351 * the length field of the libusb_transfer object must be the length o
    [all...]
libusbi.h 241 * 2. struct libusb_transfer (which includes iso packets) [variable size]
244 * from a libusb_transfer, you can get the usbi_transfer by rewinding the
269 ((struct libusb_transfer *)(((void *)(transfer)) \
278 + sizeof(struct libusb_transfer)
  /external/libusb/examples/
dpfp.c 63 static struct libusb_transfer *img_transfer = NULL;
64 static struct libusb_transfer *irq_transfer = NULL;
152 static void cb_mode_changed(struct libusb_transfer *transfer)
168 struct libusb_transfer *transfer;
279 static void cb_irq(struct libusb_transfer *transfer)
318 static void cb_img(struct libusb_transfer *transfer)
dpfp_threaded.c 64 static struct libusb_transfer *img_transfer = NULL;
65 static struct libusb_transfer *irq_transfer = NULL;
181 static void cb_mode_changed(struct libusb_transfer *transfer)
197 struct libusb_transfer *transfer;
308 static void cb_irq(struct libusb_transfer *transfer)
346 static void cb_img(struct libusb_transfer *transfer)
  /external/libusb/libusb/os/
darwin_usb.c     [all...]
linux_usbfs.c     [all...]

Completed in 31 milliseconds