HomeSort by relevance Sort by last modified time
    Searched refs:wLength (Results 1 - 23 of 23) sorted by null

  /bionic/libc/kernel/common/linux/
usbdevice_fs.h 24 __u16 wLength;
usb_ch9.h 78 __le16 wLength;
  /development/ndk/platforms/android-3/include/linux/
usbdevice_fs.h 24 __u16 wLength;
usb_ch9.h 78 __le16 wLength;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 24 __u16 wLength;
usb_ch9.h 78 __le16 wLength;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
usbdevice_fs.h 24 __u16 wLength;
usb_ch9.h 78 __le16 wLength;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 24 __u16 wLength;
usb_ch9.h 78 __le16 wLength;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
usbdevice_fs.h 24 __u16 wLength;
usb_ch9.h 78 __le16 wLength;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 24 __u16 wLength;
usb_ch9.h 78 __le16 wLength;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 24 __u16 wLength;
usb_ch9.h 78 __le16 wLength;
  /external/kernel-headers/original/linux/
usbdevice_fs.h 47 __u16 wLength;
usb_ch9.h 115 * @wLength: matches the USB wLength field (le16 byte order)
131 __le16 wLength;
  /system/core/adb/
usb_osx.c 210 req.wLength = sizeof(languages);
228 req.wLength = sizeof(buffer);
usb_linux.c 606 ctrl.wLength = sizeof(languages);
621 ctrl.wLength = sizeof(buffer);
  /external/qemu/
usb-linux.c 51 uint16_t wLength;
61 uint16_t wLength;
633 s->ctrl.len = le16_to_cpu(s->ctrl.req.wLength);
789 ct.wLength = 1;
830 ct.wLength = 1;
    [all...]
  /system/core/fastboot/
usb_linux.c 138 ctrl.wLength = sizeof(buffer);
usb_osx.c 338 req.wLength = sizeof(buffer);

Completed in 155 milliseconds