HomeSort by relevance Sort by last modified time
    Searched refs:wValue (Results 1 - 25 of 50) sorted by null

1 2

  /external/libusb/msvc/
missing.c 35 TCHAR wValue[MAX_PATH];
57 dwData = sizeof(wValue);
59 (LPBYTE)&wValue, &dwData);
72 wValue, dwData / sizeof(*wValue),
  /external/autotest/client/cros/cellular/mbim_compliance/sequences/
open_sequence.py 87 wValue=0,
105 wValue=0,
127 wValue=ntb_format,
146 wValue=0,
  /hardware/nxp/nfc/halimpl/dnld/
phDnldNfc_Utils.cc 70 uint16_t wValue;
80 wValue = 0x00ffU & (uint16_t)pBuff[i];
81 wTmp = (wCrc >> 8U) ^ wValue;
  /external/libpcap/pcap/
usb.h 60 u_int16_t wValue;
  /external/libusb/libusb/
sync.c 69 * 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,
libusb.h 884 uint16_t wValue;
    [all...]
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
st_tusb.h 90 u16 typeReq, u16 wValue, u16 wIndex,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
usbdevice_fs.h 42 __u16 wValue;
  /bionic/libc/kernel/uapi/linux/
usbdevice_fs.h 26 __u16 wValue;
  /external/kernel-headers/original/uapi/linux/
usbdevice_fs.h 43 __u16 wValue;
  /external/libusb/libusb/os/
linux_usbfs.h 32 uint16_t wValue;
netbsd_usb.c 397 USETW(req.ucr_request.wValue, UF_ENDPOINT_HALT);
581 libusb_le16_to_cpu(setup->wValue),
588 (*(uint16_t *)req.ucr_request.wValue) = setup->wValue;
openbsd_usb.c 438 USETW(req.ucr_request.wValue, UF_ENDPOINT_HALT);
641 libusb_le16_to_cpu(setup->wValue),
649 (*(uint16_t *)req.ucr_request.wValue) = setup->wValue;
wince_usb.h 65 UINT16 wValue;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsb3Dxe/
DwUsb3Dxe.c 1722 UINT16 wvalue = ctrl->wValue; local
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_channel_endpoint.py 21 ['bmRequestType', 'bNotificationCode', 'wValue', 'wIndex',
43 'wValue' : 0x0000}
47 'wValue' : 0x0000}
86 wValue=0x0000,
  /sdk/find_lock/
find_lock.cpp 61 WORD wValue; // multiple of 4
628 HANDLE handle = (HANDLE) sysh.wValue;
700 sysh.dIdProcess, sysh.bObjectType, sysh.bFlags, sysh.wValue,
  /external/libmtp/src/
libopenusb1-glue.c 380 ctrl.setup.wValue = 0;
435 ctrl.setup.wValue = 0;
    [all...]
  /external/libusb-compat/libusb/
usb.h 194 u_int16_t wValue;
core.c 836 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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
cdc.h 269 __le16 wValue;
  /system/core/adb/client/
usb_osx.cpp 246 req.wValue = (kUSBStringDesc << 8) | 0;
264 req.wValue = (kUSBStringDesc << 8) | serialIndex;
  /bionic/libc/kernel/uapi/linux/usb/
cdc.h 216 __le16 wValue;
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 86 unsigned int wValue; // 2 Depends on bRequest
  /external/kernel-headers/original/uapi/linux/usb/
cdc.h 300 __le16 wValue;

Completed in 572 milliseconds

1 2