Searched defs:bRequest (Results 1 - 11 of 11) sorted by relevance

/external/libusb/libusb/
H A Dsync.c55 * \param bRequest the request field for the setup packet
73 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
90 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex,
72 libusb_control_transfer(libusb_device_handle *dev_handle, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, unsigned char *data, uint16_t wLength, unsigned int timeout) argument
H A Dlibusb.h525 uint8_t bRequest; member in struct:libusb_control_setup
866 * \param bRequest see the
867 * \ref libusb_control_setup::bRequest "bRequest" field of
880 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
885 setup->bRequest = bRequest;
879 libusb_fill_control_setup(unsigned char *buffer, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
/external/kernel-headers/original/linux/
H A Dusbdevice_fs.h44 __u8 bRequest; member in struct:usbdevfs_ctrltransfer
H A Dusb_ch9.h59 * Standard requests, for the bRequest field of a SETUP packet.
112 * @bRequest: matches the USB bRequest field
128 __u8 bRequest; member in struct:usb_ctrlrequest
/external/libnfc-nci/src/udrv/include/
H A Duusb.h84 UINT8 bRequest; member in struct:tUUSB_SETUP_PKTTag
/external/libusb/libusb/os/
H A Dlinux_usbfs.h29 uint8_t bRequest; member in struct:usbfs_ctrltransfer
/external/libusb-compat/libusb/
H A Dcore.c836 int bRequest, int wValue, int wIndex, char *bytes, int size, int timeout)
840 bRequest, wValue, wIndex, size, timeout);
843 bRequest & 0xff, wValue & 0xffff, wIndex & 0xffff, bytes, size & 0xffff,
835 usb_control_msg(usb_dev_handle *dev, int bmRequestType, int bRequest, int wValue, int wIndex, char *bytes, int size, int timeout) argument
H A Dusb.h193 u_int8_t bRequest; member in struct:usb_ctrl_setup
/external/qemu/
H A Dusb-linux.c48 uint8_t bRequest; member in struct:usb_ctrltransfer
58 uint8_t bRequest; member in struct:usb_ctrlrequest
564 s->ctrl.req.bRequestType, s->ctrl.req.bRequest, value, index,
568 switch (s->ctrl.req.bRequest) {
578 s->ctrl.req.bRequest == USB_REQ_SET_INTERFACE)
786 ct.bRequest = USB_REQ_GET_CONFIGURATION;
827 ct.bRequest = USB_REQ_GET_INTERFACE;
/external/kernel-headers/original/linux/usb/
H A Dch9.h74 * Standard requests, for the bRequest field of a SETUP packet.
164 * @bRequest: matches the USB bRequest field
180 __u8 bRequest; member in struct:usb_ctrlrequest
/external/valgrind/main/include/vki/
H A Dvki-linux.h2331 __vki_u8 bRequest; member in struct:vki_usbdevfs_ctrltransfer
2406 __vki_u8 bRequest; member in struct:vki_usbdevfs_setuppacket

Completed in 143 milliseconds