Searched defs:bRequest (Results 1 - 16 of 16) 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
1449 * \param bRequest see the
1450 * \ref libusb_control_setup::bRequest "bRequest" field of
1463 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1468 setup->bRequest = bRequest;
1705 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1462 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:__anon11486
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::__anon11488::__anon11489
481 UCHAR bRequest; member in struct:USB_DESCRIPTOR_REQUEST::__anon11490
/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
565 s->ctrl.req.bRequestType, s->ctrl.req.bRequest, value, index,
569 switch (s->ctrl.req.bRequest) {
579 s->ctrl.req.bRequest == USB_REQ_SET_INTERFACE)
787 ct.bRequest = USB_REQ_GET_CONFIGURATION;
828 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.h2398 __vki_u8 bRequest; member in struct:vki_usbdevfs_ctrltransfer
2473 __vki_u8 bRequest; member in struct:vki_usbdevfs_setuppacket

Completed in 139 milliseconds