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

/external/libusb/libusb/os/
H A Dlinux_usbfs.h30 uint16_t wValue; member in struct:usbfs_ctrltransfer
H A Ddarwin_usb.c466 req.wValue = kUSBDeviceDesc << 8;
1208 tpriv->req.wValue = OSSwapLittleToHostInt16 (setup->wValue);
H A Dlinux_usbfs.c644 .wValue = 0,
/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/kernel-headers/original/linux/
H A Dusbdevice_fs.h45 __u16 wValue; member in struct:usbdevfs_ctrltransfer
H A Dusb_ch9.h113 * @wValue: matches the USB wValue field (le16 byte order)
129 __le16 wValue; member in struct:usb_ctrlrequest
/external/libnfc-nci/src/udrv/include/
H A Duusb.h85 UINT16 wValue; member in struct:tUUSB_SETUP_PKTTag
/external/libusb-compat/libusb/
H A Dusb.h194 u_int16_t wValue; 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/qemu/
H A Dusb-linux.c49 uint16_t wValue; member in struct:usb_ctrltransfer
59 uint16_t wValue; member in struct:usb_ctrlrequest
560 value = le16_to_cpu(s->ctrl.req.wValue);
787 ct.wValue = 0;
828 ct.wValue = 0;
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp915 wstring wValue = jsStringRefToWString(value); local
926 BSTR valueBSTR = SysAllocStringLen((OLECHAR*)wValue.c_str(), wValue.length());
/external/kernel-headers/original/linux/usb/
H A Dch9.h165 * @wValue: matches the USB wValue field (le16 byte order)
181 __le16 wValue; member in struct:usb_ctrlrequest
/external/valgrind/main/include/vki/
H A Dvki-linux.h2332 __vki_u16 wValue; member in struct:vki_usbdevfs_ctrltransfer
2407 __vki_u16 wValue; member in struct:vki_usbdevfs_setuppacket
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c4828 PRE_MEM_READ( "ioctl(USBDEVFS_CONTROL).wValue", (Addr)&vkuc->wValue, sizeof(vkuc->wValue));

Completed in 671 milliseconds