/external/libusb/libusb/ |
D | sync.c | 73 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()
|
D | libusb.h | 528 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/ |
D | linux_usbfs.h | 30 uint16_t wValue; member
|
D | darwin_usb.c | 466 req.wValue = kUSBDeviceDesc << 8; in process_new_device() 1208 tpriv->req.wValue = OSSwapLittleToHostInt16 (setup->wValue); in submit_control_transfer()
|
D | linux_usbfs.c | 644 .wValue = 0, in usbfs_get_active_config()
|
/external/kernel-headers/original/linux/ |
D | usbdevice_fs.h | 45 __u16 wValue; member
|
D | usb_ch9.h | 129 __le16 wValue; member
|
/external/libusb-compat/libusb/ |
D | core.c | 836 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()
|
D | usb.h | 194 u_int16_t wValue; member
|
/external/qemu/ |
D | usb-linux.c | 49 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/ |
D | LayoutTestControllerWin.cpp | 915 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/ |
D | ch9.h | 181 __le16 wValue; member
|
/external/valgrind/main/include/vki/ |
D | vki-linux.h | 2332 __vki_u16 wValue; member 2407 __vki_u16 wValue; member
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-linux.c | 4828 PRE_MEM_READ( "ioctl(USBDEVFS_CONTROL).wValue", (Addr)&vkuc->wValue, sizeof(vkuc->wValue)); in PRE()
|