OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_alloc_transfer
(Results
1 - 10
of
10
) 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_aah/libusb/
sync.c
76
struct libusb_transfer *transfer =
libusb_alloc_transfer
(0);
160
struct libusb_transfer *transfer =
libusb_alloc_transfer
(0);
libusb.h
[
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
1309
struct libusb_transfer * LIBUSB_CALL
libusb_alloc_transfer
(
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);
/external/libusb_aah/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 33 milliseconds