Home
last modified time | relevance | path

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

/external/libusb/libusb/
Dlibusb.h716 struct libusb_transfer { struct
720 /** A bitwise OR combination of \ref libusb_transfer_flags. */ argument
726 /** Type of the endpoint from \ref libusb_transfer_type */ argument
740 enum libusb_transfer_status status; argument
752 libusb_transfer_cb_fn callback; argument
755 void *user_data;
758 unsigned char *buffer;
762 int num_iso_packets;
765 struct libusb_iso_packet_descriptor iso_packet_desc