Searched defs:libusb20_transfer (Results 1 – 1 of 1) sorted by relevance
147 struct libusb20_transfer { struct148 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 …]