Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dmidi-v2.h76 __le16 wTotalLength; /* Total number of bytes */ member
H A Daudio-v2.h51 __le16 wTotalLength; /* includes Unit and Terminal desc. */ member
H A Daudio-v3.h66 __le16 wTotalLength; member
/linux/include/uapi/linux/usb/
H A Dmidi.h43 __le16 wTotalLength; member
H A Daudio.h161 __le16 wTotalLength; /* includes Unit and Terminal desc. */ member
175 __le16 wTotalLength; \
/linux/drivers/usb/gadget/
H A Dcomposite.c610 c->wTotalLength = cpu_to_le16(len); in config_buf()
735 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()
766 usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
768 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_EXT_CAP_SIZE); in bos_desc()
783 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
785 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SS_CAP_SIZE); in bos_desc()
815 ssp_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
818 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SSP_CAP_SIZE(ssac)); in bos_desc()
881 webusb_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
884 le16_add_cpu(&bos->wTotalLength, in bos_desc()
[all …]
/linux/drivers/usb/gadget/legacy/
H A Dwebcam.c93 .wTotalLength = 0, /* dynamic */
148 .wTotalLength = 0, /* dynamic */
/linux/sound/usb/
H A Dquirks.c563 if (le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_OLD || in snd_usb_extigy_boot_quirk()
564 le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_NEW) { in snd_usb_extigy_boot_quirk()
588 le16_to_cpu(get_cfg_desc(config)->wTotalLength)); in snd_usb_extigy_boot_quirk()
920 fwsize = le16_to_cpu(get_cfg_desc(config)->wTotalLength); in snd_usb_mbox2_boot_quirk()
968 le16_to_cpu(get_cfg_desc(config)->wTotalLength)); in snd_usb_mbox2_boot_quirk()
1275 descriptor_size = le16_to_cpu(get_cfg_desc(config)->wTotalLength); in snd_usb_mbox3_boot_quirk()
1304 le16_to_cpu(get_cfg_desc(config)->wTotalLength)); in snd_usb_mbox3_boot_quirk()
H A Dmidi2.c536 size = __le16_to_cpu(header.wTotalLength); in get_group_terminal_block_descs()
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-usb127 Note that the wTotalLength of the config descriptors can not
/linux/drivers/usb/gadget/function/
H A Df_midi.c136 .wTotalLength = cpu_to_le16(UAC_DT_AC_HEADER_SIZE(1)),
955 ms_header_desc.wTotalLength = cpu_to_le16(n); in f_midi_bind()
/linux/drivers/usb/core/
H A Dsysfs.c879 wTotalLength); in descriptors_read()
913 desclen = le16_to_cpu(desc->wTotalLength); in bos_descriptors_read()
/linux/drivers/usb/usbip/
H A Dvhci_hcd.c274 .wTotalLength = cpu_to_le16(sizeof(usb3_bos_desc)),
/linux/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2090 .wTotalLength = cpu_to_le16(sizeof(usb3_bos_desc)),