Home | History | Annotate | Download | only in libusb

Lines Matching refs:wLength

630 	uint16_t wLength;
1053 * buffer) for a control transfer. The wIndex, wValue and wLength values should
1069 * \param wLength see the
1070 * \ref libusb_control_setup::wLength "wLength" field of
1075 uint16_t wLength)
1082 setup->wLength = libusb_cpu_to_le16(wLength);
1095 * be interpreted as a control setup packet, and the wLength field will be
1130 + libusb_le16_to_cpu(setup->wLength);
1247 unsigned char *data, uint16_t wLength, unsigned int timeout);