Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/usb/
Dvideo.h197 __u16 wTotalLength; member
214 __u16 wTotalLength; \
358 __u16 wTotalLength; member
380 __u16 wTotalLength; \
397 __u16 wTotalLength; member
415 __u16 wTotalLength; \
Dch9.h318 __le16 wTotalLength; member
730 __le16 wTotalLength; member
772 __le16 wTotalLength; member
Dmidi.h42 __le16 wTotalLength; member
Daudio.h159 __le16 wTotalLength; /* includes Unit and Terminal desc. */ member
173 __le16 wTotalLength; \
/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/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/autotest/client/cros/cellular/mbim_compliance/
Dusb_descriptors_unittest.py183 self.assertEquals(95, descriptor.wTotalLength)
/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()