Searched refs:wTotalLength (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dvideo.h197 __u16 wTotalLength; member in struct:uvc_header_descriptor
214 __u16 wTotalLength; \
358 __u16 wTotalLength; member in struct:uvc_input_header_descriptor
380 __u16 wTotalLength; \
397 __u16 wTotalLength; member in struct:uvc_output_header_descriptor
415 __u16 wTotalLength; \
H A Dmidi.h42 __le16 wTotalLength; member in struct:usb_ms_header_descriptor
H A Dch9.h283 __le16 wTotalLength; member in struct:usb_config_descriptor
648 __le16 wTotalLength; member in struct:usb_security_descriptor
690 __le16 wTotalLength; member in struct:usb_bos_descriptor
H A Daudio.h159 __le16 wTotalLength; /* includes Unit and Terminal desc. */ member in struct:uac1_ac_header_descriptor
173 __le16 wTotalLength; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dconfig.c79 * status code. The config.wTotalLength field is set to match the length
114 cp->wTotalLength = cpu_to_le16(len);
H A Dwebcam.c95 .wTotalLength = 0, /* dynamic */
149 .wTotalLength = 0, /* dynamic */
H A Df_uvc.c436 uvc_control_header->wTotalLength = cpu_to_le16(control_size);
447 uvc_streaming_header->wTotalLength = cpu_to_le16(streaming_size);
H A Dinode.c1367 len = le16_to_cpu(dev->hs_config->wTotalLength);
1370 len = le16_to_cpu(dev->config->wTotalLength);
1818 * . full/low speed config ... all wTotalLength bytes (with interface,
1874 total = le16_to_cpu(dev->config->wTotalLength);
1883 total = le16_to_cpu(dev->hs_config->wTotalLength);
H A Dgmidi.c216 /* compute wTotalLength on the fly */
241 .wTotalLength = cpu_to_le16(UAC_DT_AC_HEADER_SIZE(1)),
265 .wTotalLength = cpu_to_le16(USB_DT_MS_HEADER_SIZE
371 /* If you add more jacks, update ms_header_desc.wTotalLength */
H A Df_audio.c69 .wTotalLength = __constant_cpu_to_le16(UAC_DT_TOTAL_LENGTH),
H A Dcomposite.c244 /* wTotalLength is written later */
280 c->wTotalLength = cpu_to_le16(len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dquirks.c320 if (le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_OLD ||
321 le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_NEW) {
334 le16_to_cpu(get_cfg_desc(config)->wTotalLength));
H A Dmidi.c84 __le16 wTotalLength; member in struct:usb_ms_header_descriptor
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dhwa-hc.c523 itr_size = le16_to_cpu(usb_dev->actconfig->desc.wTotalLength);
603 itr_size = le16_to_cpu(usb_dev->actconfig->desc.wTotalLength);
606 le16_to_cpu(usb_dev->actconfig->desc.wTotalLength),
619 needed = le16_to_cpu(secd->wTotalLength);
628 top = (void *) secd + le16_to_cpu(secd->wTotalLength);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dconfig.c532 config->desc.wTotalLength = cpu_to_le16(buffer2 - buffer0);
713 length = max((int) le16_to_cpu(desc->wTotalLength),
H A Dinode.c709 i_size += le16_to_cpu(config->wTotalLength);
H A Dhub.c1673 le16_to_cpu(udev->config[0].desc.wTotalLength),
3519 old_length = le16_to_cpu(udev->config[index].desc.wTotalLength);
3530 old_length = le16_to_cpu(udev->config[index].desc.wTotalLength);
H A Dsysfs.c684 wTotalLength);
H A Ddevio.c192 unsigned int length = le16_to_cpu(config->wTotalLength);
199 le16_to_cpu(dev->config[i].desc.wTotalLength);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Ddevconnect.c651 * bytes; read the first four bytes which include the wTotalLength
675 desc_size = le16_to_cpu(bos->wTotalLength);
690 || le16_to_cpu(bos->wTotalLength) != desc_size) {
H A Dsecurity.c197 secd_size = le16_to_cpu(secd->wTotalLength);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dhwa-rc.c753 itr_size = le16_to_cpu(usb_dev->actconfig->desc.wTotalLength);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dusbtest.c517 if (le16_to_cpu(config->wTotalLength) == len) /* read it all */
519 if (le16_to_cpu(config->wTotalLength) >= TBUF_SIZE) /* max partial read */

Completed in 188 milliseconds