HomeSort by relevance Sort by last modified time
    Searched refs:wTotalLength (Results 51 - 61 of 61) sorted by null

1 23

  /external/libusb-compat/libusb/
usb.h 160 u_int16_t wTotalLength;
  /external/libusb_aah/libusb/os/
openbsd_usb.c 263 len = MIN(len, UGETW(ucd->wTotalLength));
594 len = UGETW(ucd.ucd_desc.wTotalLength);
windows_usb.c 909 if ((ret_size != size) || (cd_buf_short.data.wTotalLength < sizeof(USB_CONFIGURATION_DESCRIPTOR))) {
914 size = sizeof(USB_DESCRIPTOR_REQUEST) + cd_buf_short.data.wTotalLength;
    [all...]
linux_usbfs.c 598 off = lseek(fd, config.wTotalLength - sizeof(tmp), SEEK_CUR);
805 buf = malloc(config.wTotalLength);
810 config.wTotalLength);
    [all...]
windows_usb.h 413 USHORT wTotalLength;
darwin_usb.c 490 if (libusb_le16_to_cpu(desc->wTotalLength) < len)
491 len = libusb_le16_to_cpu(desc->wTotalLength);
    [all...]
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 227 printf("\n wTotalLength = %u", config_desc.wTotalLength);
  /external/libusb/libusb/
libusb.h 479 uint16_t wTotalLength;
    [all...]
  /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...]
  /external/libusb_aah/libusb/
libusb.h 574 uint16_t wTotalLength;
    [all...]

Completed in 599 milliseconds

1 23