OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_transfer
(Results
1 - 19
of
19
) 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/chromium_org/third_party/libusb/src/libusb/
sync.c
36
static void LIBUSB_CALL sync_transfer_cb(struct
libusb_transfer
*transfer)
44
static void sync_transfer_wait_for_completion(struct
libusb_transfer
*transfer)
94
struct
libusb_transfer
*transfer = libusb_alloc_transfer(0);
162
struct
libusb_transfer
*transfer = libusb_alloc_transfer(0);
libusb.h
1210
struct
libusb_transfer
{
struct
[
all
...]
io.c
193
* the \ref
libusb_transfer
::actual_length "
libusb_transfer
.actual_length"
235
* This is represented by the public
libusb_transfer
structure type.
240
* -# <b>Allocation</b>: allocate a
libusb_transfer
241
* -# <b>Filling</b>: populate the
libusb_transfer
instance with information
245
*
libusb_transfer
structure
288
* The user-specified callback is passed a pointer to the
libusb_transfer
292
* the
libusb_transfer
structure documentation for more information.
342
* The <tt>
libusb_transfer
</tt> structure is generic and hence does not
353
* the length field of the
libusb_transfer
object must be the length o
[
all
...]
libusbi.h
345
* 2. struct
libusb_transfer
(which includes iso packets) [variable size]
348
* from a
libusb_transfer
, you can get the usbi_transfer by rewinding the
390
((struct
libusb_transfer
*)(((unsigned char *)(transfer)) \
399
+ sizeof(struct
libusb_transfer
)
[
all
...]
core.c
[
all
...]
/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/chromium_org/chrome/browser/usb/
usb_device_handle.h
22
struct
libusb_transfer
;
26
typedef
libusb_transfer
* PlatformUsbTransferHandle;
/external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c
88
static int _access_endpoint(struct
libusb_transfer
*);
474
struct
libusb_transfer
*transfer;
682
struct
libusb_transfer
*transfer;
742
_access_endpoint(struct
libusb_transfer
*transfer)
777
struct
libusb_transfer
*transfer;
windows_usb.c
719
static int auto_claim(struct
libusb_transfer
*transfer, int *interface_number, int api_type)
772
struct
libusb_transfer
*transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
[
all
...]
darwin_usb.c
[
all
...]
linux_usbfs.c
[
all
...]
wince_usb.c
607
struct
libusb_transfer
*transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
619
struct
libusb_transfer
*transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
684
struct
libusb_transfer
*transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
701
struct
libusb_transfer
*transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
796
struct
libusb_transfer
*transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer);
[
all
...]
/external/libusb/libusb/os/
darwin_usb.c
[
all
...]
linux_usbfs.c
[
all
...]
Completed in 421 milliseconds