Searched refs:bRequest (Results 1 - 24 of 24) sorted by relevance

/external/libpcap/pcap/
H A Dusb.h61 u_int8_t bRequest; member in struct:_usb_setup
/external/libusb/libusb/os/
H A Dlinux_usbfs.h29 uint8_t bRequest; member in struct:usbfs_ctrltransfer
H A Ddarwin_usb.c465 req.bRequest = kUSBRqGetDescriptor;
1206 tpriv->req.bRequest = setup->bRequest;
H A Dlinux_usbfs.c643 .bRequest = LIBUSB_REQUEST_GET_CONFIGURATION,
/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 Dlinux_usbfs.h31 uint8_t bRequest; member in struct:usbfs_ctrltransfer
H A Dopenbsd_usb.c437 req.ucr_request.bRequest = UR_CLEAR_FEATURE;
692 setup->bmRequestType, setup->bRequest,
699 req.ucr_request.bRequest = setup->bRequest;
H A Dwince_usb.h64 UINT8 bRequest; member in struct:__anon12857
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
H A Ddarwin_usb.c596 req.bRequest = kUSBRqGetDescriptor;
1596 tpriv->req.bRequest = setup->bRequest;
H A Dwince_usb.c733 ctrlHeader.bRequest = LIBUSB_REQUEST_GET_STATUS;
H A Dlinux_usbfs.c830 .bRequest = LIBUSB_REQUEST_GET_CONFIGURATION,
H A Dwindows_usb.c1010 cd_buf_short.req.SetupPacket.bRequest = USB_REQUEST_GET_DESCRIPTOR;
1038 cd_buf_actual->SetupPacket.bRequest = USB_REQUEST_GET_DESCRIPTOR;
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h41 __u8 bRequest; member in struct:usbdevfs_ctrltransfer
/external/libnfc-nci/src/udrv/include/
H A Duusb.h84 UINT8 bRequest; member in struct:tUUSB_SETUP_PKTTag
/external/libusb-compat/libusb/
H A Dusb.h193 u_int8_t bRequest; member in struct:usb_ctrl_setup
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
/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/libpcap/
H A Dpcap-usb-linux.c276 ctrl.bRequest = USB_REQ_GET_DESCRIPTOR;
585 shdr->bRequest = strtoul(str2, 0, 16);
/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
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c6629 PRE_MEM_READ( "ioctl(USBDEVFS_CONTROL).bRequest", (Addr)&vkuc->bRequest, sizeof(vkuc->bRequest));

Completed in 1927 milliseconds