Searched defs:bRequest (Results 1 - 5 of 5) sorted by relevancy
libusb10_io.c 464 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
480 req.bRequest = bRequest;
708 uint8_t bRequest, uint16_t wValue,
715 req->bRequest = bRequest;
463 libusb_control_transfer(libusb_device_handle *devh, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint8_t *data, uint16_t wLength, unsigned int timeout) argument
707 libusb_fill_control_setup(uint8_t *buf, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
libusb.h 429 uint8_t bRequest; member in struct:libusb_control_setup
540 void libusb_fill_control_setup(uint8_t *buf, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength);
567 int libusb_control_transfer(libusb_device_handle * devh, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint8_t *data, uint16_t wLength, uint32_t timeout);
Completed in 23 milliseconds