/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
usb_ch9.h | 155 __le16 wTotalLength; 265 __le16 wTotalLength; 295 __le16 wTotalLength;
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
usb_ch9.h | 155 __le16 wTotalLength; 265 __le16 wTotalLength; 295 __le16 wTotalLength;
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
usb_ch9.h | 155 __le16 wTotalLength; 265 __le16 wTotalLength; 295 __le16 wTotalLength;
|
/bionic/libc/kernel/common/linux/usb/ |
ch9.h | 199 __le16 wTotalLength; 329 __le16 wTotalLength; 359 __le16 wTotalLength;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/ |
ch9.h | 262 __le16 wTotalLength; 414 __le16 wTotalLength; 456 __le16 wTotalLength;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/ |
ch9.h | 262 __le16 wTotalLength; 414 __le16 wTotalLength; 456 __le16 wTotalLength;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/ |
ch9.h | 262 __le16 wTotalLength; 414 __le16 wTotalLength; 456 __le16 wTotalLength;
|
/device/google/accessory/arduino/USB_Host_Shield/ |
ch9.h | 152 unsigned int wTotalLength; // Total length of all descriptors for this configuration.
|
/external/libusb/libusb/ |
descriptor.c | 341 size = config->wTotalLength; 487 buf = malloc(_config->wTotalLength); 494 _config->wTotalLength, &host_endian); 556 buf = malloc(_config->wTotalLength); 564 _config->wTotalLength, &host_endian);
|
libusb.h | 479 uint16_t wTotalLength; [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
descriptor.c | 594 buf = malloc(_config.wTotalLength); 599 _config.wTotalLength, &host_endian); 647 buf = malloc(_config.wTotalLength); 652 _config.wTotalLength, &host_endian); 928 _bos.wTotalLength, _bos.bNumDeviceCaps); 929 bos_data = calloc(_bos.wTotalLength, 1); 934 _bos.wTotalLength); [all...] |
libusb.h | 656 uint16_t wTotalLength; 758 uint16_t wTotalLength; [all...] |
/external/kernel-headers/original/linux/usb/ |
ch9.h | 311 __le16 wTotalLength; 700 __le16 wTotalLength; 742 __le16 wTotalLength;
|
/external/libusb-compat/examples/ |
testlibusb.c | 51 printf(" wTotalLength: %d\n", config->wTotalLength);
|
/system/core/toolbox/ |
lsusb.c | 66 printf("\twTotalLength: %04x\n", letoh16(desc->wTotalLength));
|
/external/libusb-compat/libusb/ |
usb.h | 160 u_int16_t wTotalLength;
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_usbfs.c | 699 * In usbfs the config descriptors are config.wTotalLength bytes apart, 702 * In sysfs wTotalLength is ignored, instead the kernel returns a 714 if (next != config.wTotalLength) 715 usbi_warn(ctx, "config length mismatch wTotalLength " 716 "%d real %d", config.wTotalLength, next); 719 if (config.wTotalLength < LIBUSB_DT_CONFIG_SIZE) { 720 usbi_err(ctx, "invalid wTotalLength %d", 721 config.wTotalLength); 723 } else if (config.wTotalLength > size) { 725 size, config.wTotalLength); [all...] |
openbsd_usb.c | 306 len = MIN(len, UGETW(ucd->wTotalLength)); 651 len = UGETW(udc.udc_desc.wTotalLength);
|
windows_usb.c | [all...] |
darwin_usb.c | 515 if (libusb_le16_to_cpu(desc->wTotalLength) < len) 516 len = libusb_le16_to_cpu(desc->wTotalLength); [all...] |
windows_usb.h | 446 USHORT wTotalLength;
|
/development/host/windows/usb/adb_winapi_test/ |
adb_winapi_test.cpp | 227 printf("\n wTotalLength = %u", config_desc.wTotalLength);
|
/external/libusb/libusb/os/ |
linux_usbfs.c | 411 off = lseek(fd, config.wTotalLength - sizeof(tmp), SEEK_CUR); 618 buf = malloc(config.wTotalLength); 623 config.wTotalLength); [all...] |
darwin_usb.c | 423 if (libusb_le16_to_cpu(desc->wTotalLength) < len) 424 len = libusb_le16_to_cpu(desc->wTotalLength); [all...] |