Home
last modified time | relevance | path

Searched refs:wValue (Results 1 – 14 of 14) sorted by relevance

/external/libusb/libusb/
Dsync.c73 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_control_transfer() argument
90 libusb_fill_control_setup(buffer, bmRequestType, bRequest, wValue, wIndex, in libusb_control_transfer()
Dlibusb.h528 uint16_t wValue; member
880 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_fill_control_setup() argument
886 setup->wValue = libusb_cpu_to_le16(wValue); in libusb_fill_control_setup()
/external/libusb/libusb/os/
Dlinux_usbfs.h30 uint16_t wValue; member
Ddarwin_usb.c466 req.wValue = kUSBDeviceDesc << 8; in process_new_device()
1208 tpriv->req.wValue = OSSwapLittleToHostInt16 (setup->wValue); in submit_control_transfer()
Dlinux_usbfs.c644 .wValue = 0, in usbfs_get_active_config()
/external/kernel-headers/original/linux/
Dusbdevice_fs.h45 __u16 wValue; member
Dusb_ch9.h129 __le16 wValue; member
/external/libusb-compat/libusb/
Dcore.c836 int bRequest, int wValue, int wIndex, char *bytes, int size, int timeout) in usb_control_msg() argument
840 bRequest, wValue, wIndex, size, timeout); in usb_control_msg()
843 bRequest & 0xff, wValue & 0xffff, wIndex & 0xffff, bytes, size & 0xffff, in usb_control_msg()
Dusb.h194 u_int16_t wValue; member
/external/qemu/
Dusb-linux.c49 uint16_t wValue; member
59 uint16_t wValue; member
560 value = le16_to_cpu(s->ctrl.req.wValue); in usb_host_handle_control()
787 ct.wValue = 0; in usb_linux_update_endp_table()
828 ct.wValue = 0; in usb_linux_update_endp_table()
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp915 wstring wValue = jsStringRefToWString(value); in execCommand() local
926 BSTR valueBSTR = SysAllocStringLen((OLECHAR*)wValue.c_str(), wValue.length()); in execCommand()
/external/kernel-headers/original/linux/usb/
Dch9.h181 __le16 wValue; member
/external/valgrind/main/include/vki/
Dvki-linux.h2332 __vki_u16 wValue; member
2407 __vki_u16 wValue; member
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c4828 PRE_MEM_READ( "ioctl(USBDEVFS_CONTROL).wValue", (Addr)&vkuc->wValue, sizeof(vkuc->wValue)); in PRE()