Home
last modified time | relevance | path

Searched refs:wTotalLength (Results 1 – 8 of 8) sorted by relevance

/external/kernel-headers/original/linux/
Dusb_ch9.h244 __le16 wTotalLength; member
396 __le16 wTotalLength; member
438 __le16 wTotalLength; member
/external/libusb/libusb/
Ddescriptor.c341 size = config->wTotalLength; in parse_configuration()
487 buf = malloc(_config->wTotalLength); in libusb_get_active_config_descriptor()
494 _config->wTotalLength, &host_endian); in libusb_get_active_config_descriptor()
556 buf = malloc(_config->wTotalLength); in libusb_get_config_descriptor()
564 _config->wTotalLength, &host_endian); in libusb_get_config_descriptor()
Dlibusb.h479 uint16_t wTotalLength; member
/external/kernel-headers/original/linux/usb/
Dch9.h311 __le16 wTotalLength; member
700 __le16 wTotalLength; member
742 __le16 wTotalLength; member
/external/libusb-compat/examples/
Dtestlibusb.c51 printf(" wTotalLength: %d\n", config->wTotalLength); in print_configuration()
/external/libusb-compat/libusb/
Dusb.h160 u_int16_t wTotalLength; member
/external/libusb/libusb/os/
Dlinux_usbfs.c411 off = lseek(fd, config.wTotalLength - sizeof(tmp), SEEK_CUR); in seek_to_next_config()
618 buf = malloc(config.wTotalLength); in cache_active_config()
623 config.wTotalLength); in cache_active_config()
Ddarwin_usb.c423 if (libusb_le16_to_cpu(desc->wTotalLength) < len) in darwin_get_config_descriptor()
424 len = libusb_le16_to_cpu(desc->wTotalLength); in darwin_get_config_descriptor()