Searched refs:wTotalLength (Results 1 – 8 of 8) sorted by relevance
244 __le16 wTotalLength; member396 __le16 wTotalLength; member438 __le16 wTotalLength; member
341 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()
479 uint16_t wTotalLength; member
311 __le16 wTotalLength; member700 __le16 wTotalLength; member742 __le16 wTotalLength; member
51 printf(" wTotalLength: %d\n", config->wTotalLength); in print_configuration()
160 u_int16_t wTotalLength; member
411 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()
423 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()