Home
last modified time | relevance | path

Searched defs:libusb_transfer (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/
Dlibusb.h1210 struct libusb_transfer { struct
1214 /** A bitwise OR combination of \ref libusb_transfer_flags. */ argument
1220 /** Type of the endpoint from \ref libusb_transfer_type */ argument
1234 enum libusb_transfer_status status; argument
1246 libusb_transfer_cb_fn callback; argument
1249 void *user_data;
1252 unsigned char *buffer;
1256 int num_iso_packets;
1259 struct libusb_iso_packet_descriptor iso_packet_desc
/external/libusb/include/libusb/
Dlibusb.h1210 struct libusb_transfer { struct
1214 /** A bitwise OR combination of \ref libusb_transfer_flags. */ argument
1220 /** Type of the endpoint from \ref libusb_transfer_type */ argument
1234 enum libusb_transfer_status status; argument
1246 libusb_transfer_cb_fn callback; argument
1249 void *user_data;
1252 unsigned char *buffer;
1256 int num_iso_packets;
1259 struct libusb_iso_packet_descriptor iso_packet_desc