Searched defs:wValue (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/libusb/src/msvc/
H A Dmissing.c35 TCHAR wValue[MAX_PATH]; local
57 dwData = sizeof(wValue);
59 (LPBYTE)&wValue, &dwData);
72 wValue, dwData / sizeof(*wValue),
/external/chromium_org/third_party/libusb/src/libusb/
H A Dsync.c68 * The wValue, wIndex and wLength fields values should be given in host-endian
74 * \param wValue the value 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.h886 uint16_t wValue; member in struct:libusb_control_setup
1442 * buffer) for a control transfer. The wIndex, wValue and wLength values should
1453 * \param wValue see the
1454 * \ref libusb_control_setup::wValue "wValue" field of
1464 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1470 setup->wValue = libusb_cpu_to_le16(wValue);
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.c50 * The wValue, wIndex and wLength fields values should be given in host-endian
56 * \param wValue the value 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.h528 uint16_t wValue; member in struct:libusb_control_setup
859 * buffer) for a control transfer. The wIndex, wValue and wLength values should
869 * \param wValue see the
870 * \ref libusb_control_setup::wValue "wValue" field of
880 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
886 setup->wValue = libusb_cpu_to_le16(wValue);
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.h65 UINT16 wValue; member in struct:__anon12857
H A Dlinux_usbfs.h32 uint16_t wValue; member in struct:usbfs_ctrltransfer
H A Dwindows_usb.h460 USHORT wValue; member in struct:USB_CONFIGURATION_DESCRIPTOR_SHORT::__anon12859::__anon12860
482 USHORT wValue; member in struct:USB_DESCRIPTOR_REQUEST::__anon12861
/external/libpcap/pcap/
H A Dusb.h62 u_int16_t wValue; member in struct:_usb_setup
/external/libnfc-nci/src/udrv/include/
H A Duusb.h85 UINT16 wValue; member in struct:tUUSB_SETUP_PKTTag
/external/libusb/libusb/os/
H A Dlinux_usbfs.h30 uint16_t wValue; member in struct:usbfs_ctrltransfer
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h42 __u16 wValue; 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.h194 u_int16_t wValue; member in struct:usb_ctrl_setup
/external/kernel-headers/original/uapi/linux/usb/
H A Dcdc.h287 __le16 wValue; member in struct:usb_cdc_notification
H A Dch9.h172 * @wValue: matches the USB wValue field (le16 byte order)
188 __le16 wValue; member in struct:usb_ctrlrequest
/external/valgrind/main/include/vki/
H A Dvki-linux.h2426 __vki_u16 wValue; member in struct:vki_usbdevfs_ctrltransfer
2501 __vki_u16 wValue; member in struct:vki_usbdevfs_setuppacket

Completed in 639 milliseconds