Searched defs:libusb_alloc_transfer (Results 1 - 1 of 1) sorted by relevance

/external/libusb/libusb/
H A Dio.c253 * 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
731 transfer = libusb_alloc_transfer(0);
1159 API_EXPORTED struct libusb_transfer *libusb_alloc_transfer(int iso_packets) function
1179 * allocated with libusb_alloc_transfer().

Completed in 61 milliseconds