Home
last modified time | relevance | path

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

/dflybsd-src/lib/libusb/
H A Dlibusb20_int.h151 struct libusb20_transfer { struct
152 struct libusb20_device *pdev; /* the USB device we belong to */
153 libusb20_tr_callback_t *callback;
154 void *priv_sc0; /* private client data */
155 void *priv_sc1; /* private client data */
160 uint64_t *ppBuffer;
162 void **ppBuffer;
168 uint32_t *pLength;
169 uint32_t maxTotalLength;
170 uint32_t maxFrames; /* total number of frames */
[all …]