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

/external/chromium_org/third_party/libusb/src/libusb/
H A Dsync.c73 * \param bRequest the request field for the setup packet
91 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
108 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex,
90 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.h883 uint8_t bRequest; member in struct:libusb_control_setup
1450 * \param bRequest see the
1451 * \ref libusb_control_setup::bRequest "bRequest" field of
1464 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1469 setup->bRequest = bRequest;
1707 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1463 libusb_fill_control_setup(unsigned char *buffer, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
/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/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.h64 UINT8 bRequest; member in struct:__anon12857
H A Dlinux_usbfs.h31 uint8_t bRequest; member in struct:usbfs_ctrltransfer
H A Dwindows_usb.h459 UCHAR bRequest; member in struct:USB_CONFIGURATION_DESCRIPTOR_SHORT::__anon12859::__anon12860
481 UCHAR bRequest; member in struct:USB_DESCRIPTOR_REQUEST::__anon12861
/external/libpcap/pcap/
H A Dusb.h61 u_int8_t bRequest; member in struct:_usb_setup
/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/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h41 __u8 bRequest; member in struct:usbdevfs_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/kernel-headers/original/uapi/linux/usb/
H A Dch9.h74 * Standard requests, for the bRequest field of a SETUP packet.
171 * @bRequest: matches the USB bRequest field
187 __u8 bRequest; member in struct:usb_ctrlrequest
/external/valgrind/main/include/vki/
H A Dvki-linux.h2425 __vki_u8 bRequest; member in struct:vki_usbdevfs_ctrltransfer
2500 __vki_u8 bRequest; member in struct:vki_usbdevfs_setuppacket

Completed in 7620 milliseconds