Home
last modified time | relevance | path

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

/freebsd/lib/libusb/
H A Dlibusb20_int.h147 struct libusb20_transfer { struct
148 struct libusb20_device *pdev; /* the USB device we belong to */
149 libusb20_tr_callback_t *callback;
150 void *priv_sc0; /* private client data */
151 void *priv_sc1; /* private client data */
155 void **ppBuffer;
160 uint32_t *pLength;
161 uint32_t maxTotalLength;
162 uint32_t maxFrames; /* total number of frames */
163 uint32_t nFrames; /* total number of frames */
[all …]