/external/libusb_aah/libusb/ |
D | libusb.h | 623 uint16_t wValue; member 1074 uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, in libusb_fill_control_setup() argument 1080 setup->wValue = libusb_cpu_to_le16(wValue); in libusb_fill_control_setup() 1246 uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex,
|
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()
|
/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_aah/libusb/os/ |
D | openbsd_usb.c | 395 USETW(req.ucr_request.wValue, UF_ENDPOINT_HALT); in obsd_clear_halt() 631 libusb_le16_to_cpu(setup->wValue), in _sync_control_transfer() 638 (*(uint16_t *)req.ucr_request.wValue) = setup->wValue; in _sync_control_transfer()
|
D | linux_usbfs.h | 30 uint16_t wValue; member
|
D | windows_usb.h | 427 USHORT wValue; member 449 USHORT wValue; member
|
D | darwin_usb.c | 588 req.wValue = kUSBDeviceDesc << 8; in darwin_cache_device_descriptor() 1412 tpriv->req.wValue = OSSwapLittleToHostInt16 (setup->wValue); in submit_control_transfer()
|
D | windows_usb.c | 898 cd_buf_short.req.SetupPacket.wValue = (USB_CONFIGURATION_DESCRIPTOR_TYPE << 8) | i; in cache_config_descriptors() 925 cd_buf_actual->SetupPacket.wValue = (USB_CONFIGURATION_DESCRIPTOR_TYPE << 8) | i; in cache_config_descriptors()
|
D | linux_usbfs.c | 831 .wValue = 0, in usbfs_get_active_config()
|
/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/libnfc-nci/src/udrv/include/ |
D | uusb.h | 85 UINT16 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 | 2399 __vki_u16 wValue; member 2474 __vki_u16 wValue; member
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-linux.c | 5235 PRE_MEM_READ( "ioctl(USBDEVFS_CONTROL).wValue", (Addr)&vkuc->wValue, sizeof(vkuc->wValue)); in PRE()
|