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

/external/chromium_org/third_party/libusb/src/libusb/
H A Dsync.c65 * The direction of the transfer is inferred from the bmRequestType field of
72 * \param bmRequestType the request type field for the setup packet
77 * (depending on direction bits within bmRequestType)
91 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
108 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex,
110 if ((bmRequestType & LIBUSB_ENDPOINT_DIR_MASK) == LIBUSB_ENDPOINT_OUT)
124 if ((bmRequestType & LIBUSB_ENDPOINT_DIR_MASK) == LIBUSB_ENDPOINT_IN)
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.h402 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
420 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
876 uint8_t bmRequestType; member in struct:libusb_control_setup
878 /** Request. If the type bits of bmRequestType are equal to
1447 * \param bmRequestType see the
1448 * \ref libusb_control_setup::bmRequestType "bmRequestType" field of
1464 uint8_t bmRequestType, uint8_
1463 libusb_fill_control_setup(unsigned char *buffer, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
[all...]
/external/libusb/libusb/
H A Dsync.c47 * The direction of the transfer is inferred from the bmRequestType field of
54 * \param bmRequestType the request type field for the setup packet
59 * (depending on direction bits within bmRequestType)
73 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
90 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex,
92 if ((bmRequestType & LIBUSB_ENDPOINT_DIR_MASK) == LIBUSB_ENDPOINT_OUT)
118 if ((bmRequestType & LIBUSB_ENDPOINT_DIR_MASK) == LIBUSB_ENDPOINT_IN)
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.h225 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
243 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
518 uint8_t bmRequestType; member in struct:libusb_control_setup
520 /** Request. If the type bits of bmRequestType are equal to
863 * \param bmRequestType see the
864 * \ref libusb_control_setup::bmRequestType "bmRequestType" field of
880 uint8_t bmRequestType, uint8_
879 libusb_fill_control_setup(unsigned char *buffer, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
[all...]
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.h63 UINT8 bmRequestType; member in struct:__anon12857
H A Dlinux_usbfs.h30 uint8_t bmRequestType; member in struct:usbfs_ctrltransfer
/external/libpcap/pcap/
H A Dusb.h60 u_int8_t bmRequestType; member in struct:_usb_setup
/external/libnfc-nci/src/udrv/include/
H A Duusb.h83 UINT8 bmRequestType; member in struct:tUUSB_SETUP_PKTTag
/external/libusb/libusb/os/
H A Dlinux_usbfs.h28 uint8_t bmRequestType; member in struct:usbfs_ctrltransfer
/external/libusb-compat/libusb/
H A Dcore.c835 API_EXPORTED int usb_control_msg(usb_dev_handle *dev, int bmRequestType, argument
839 usbi_dbg("RQT=%x RQ=%x V=%x I=%x len=%d timeout=%d", bmRequestType,
842 r = libusb_control_transfer(dev->handle, bmRequestType & 0xff,
/external/kernel-headers/original/uapi/linux/usb/
H A Dcdc.h285 __u8 bmRequestType; member in struct:usb_cdc_notification

Completed in 298 milliseconds