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

/external/libusb/msvc/
H A Dmissing.c35 TCHAR wValue[MAX_PATH]; local
57 dwData = sizeof(wValue);
59 (LPBYTE)&wValue, &dwData);
72 wValue, dwData / sizeof(*wValue),
/external/pdfium/xfa/fde/css/
H A Dfde_cssdatatable.h36 FDE_CSSNumberType wValue; member in struct:FDE_CSSLengthUnitTable
/external/libusb/libusb/
H A Dsync.c69 * The wValue, wIndex and wLength fields values should be given in host-endian
75 * \param wValue the value field for the setup packet
95 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
116 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex,
94 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.h884 uint16_t wValue; member in struct:libusb_control_setup
1452 * buffer) for a control transfer. The wIndex, wValue and wLength values should
1463 * \param wValue see the
1464 * \ref libusb_control_setup::wValue "wValue" field of
1474 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1480 setup->wValue = libusb_cpu_to_le16(wValue);
1749 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1473 libusb_fill_control_setup(unsigned char *buffer, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
/external/libpcap/pcap/
H A Dusb.h60 u_int16_t wValue; member in struct:_usb_setup
/external/libusb/libusb/os/
H A Dwince_usb.h65 UINT16 wValue; member in struct:__anon11734
H A Dlinux_usbfs.h32 uint16_t wValue; member in struct:usbfs_ctrltransfer
H A Dwindows_winusb.h466 USHORT wValue; member in struct:USB_CONFIGURATION_DESCRIPTOR_SHORT::__anon11740::__anon11741
488 USHORT wValue; member in struct:USB_DESCRIPTOR_REQUEST::__anon11742
/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.h299 __le16 wValue; member in struct:usb_cdc_notification
H A Dch9.h195 * @wValue: matches the USB wValue field (le16 byte order)
211 __le16 wValue; member in struct:usb_ctrlrequest
/external/libusb/include/libusb/
H A Dlibusb.h884 uint16_t wValue; member in struct:libusb_control_setup
1452 * buffer) for a control transfer. The wIndex, wValue and wLength values should
1463 * \param wValue see the
1464 * \ref libusb_control_setup::wValue "wValue" field of
1474 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1480 setup->wValue = libusb_cpu_to_le16(wValue);
1749 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
1473 libusb_fill_control_setup(unsigned char *buffer, uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, uint16_t wLength) argument
/external/valgrind/include/vki/
H A Dvki-linux.h2547 __vki_u16 wValue; member in struct:vki_usbdevfs_ctrltransfer
2622 __vki_u16 wValue; member in struct:vki_usbdevfs_setuppacket

Completed in 362 milliseconds