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

  /external/libusb/libusb/
sync.c 76 struct libusb_transfer *transfer = libusb_alloc_transfer(0);
157 struct libusb_transfer *transfer = libusb_alloc_transfer(0);
libusb.h 891 struct libusb_transfer *libusb_alloc_transfer(int iso_packets);
    [all...]
io.c 253 * Allocation is done with the libusb_alloc_transfer() function. You must use
408 * libusb_alloc_transfer() with an appropriate number of isochronous packets.
415 * libusb_alloc_transfer() does not set either of these fields for you, given
1159 API_EXPORTED struct libusb_transfer *libusb_alloc_transfer(int iso_packets) function
    [all...]
  /external/libusb/examples/
dpfp.c 173 transfer = libusb_alloc_transfer(0);
396 img_transfer = libusb_alloc_transfer(0);
400 irq_transfer = libusb_alloc_transfer(0);
dpfp_threaded.c 202 transfer = libusb_alloc_transfer(0);
423 img_transfer = libusb_alloc_transfer(0);
427 irq_transfer = libusb_alloc_transfer(0);

Completed in 47 milliseconds