Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dvideo.h199 __le16 wTotalLength; member
216 __le16 wTotalLength; \
360 __le16 wTotalLength; member
382 __le16 wTotalLength; \
399 __le16 wTotalLength; member
417 __le16 wTotalLength; \
H A Dch9.h349 __le16 wTotalLength; member
799 __le16 wTotalLength; member
841 __le16 wTotalLength; member
H A Dmidi.h43 __le16 wTotalLength; member
H A Daudio.h161 __le16 wTotalLength; /* includes Unit and Terminal desc. */ member
175 __le16 wTotalLength; \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dvideo.h199 __le16 wTotalLength; member
216 __le16 wTotalLength; \
360 __le16 wTotalLength; member
382 __le16 wTotalLength; \
399 __le16 wTotalLength; member
417 __le16 wTotalLength; \
H A Dch9.h349 __le16 wTotalLength; member
799 __le16 wTotalLength; member
841 __le16 wTotalLength; member
H A Dmidi.h43 __le16 wTotalLength; member
H A Daudio.h161 __le16 wTotalLength; /* includes Unit and Terminal desc. */ member
175 __le16 wTotalLength; \
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcomposite.c227 c->wTotalLength = cpu_to_le16(len); in config_buf()
736 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()
741 cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
743 bos->wTotalLength = cpu_to_le16(bos->wTotalLength + in bos_desc()
754 usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
756 le16_add_cpu_packed((__le16_packed *)&bos->wTotalLength, in bos_desc()
767 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
769 le16_add_cpu_packed((__le16_packed *)&bos->wTotalLength, in bos_desc()
783 return le16_to_cpu(bos->wTotalLength); in bos_desc()
H A Dconfig.c105 put_unaligned_le16(len, &cp->wTotalLength); in usb_gadget_config_buf()
H A Dep0.c238 …bg_ep0(0, "attempt to copy %d bytes to urb\n",cpu_to_le16(configuration_descriptor->wTotalLength)); in ep0_get_descriptor()
241 cpu_to_le16(configuration_descriptor->wTotalLength), in ep0_get_descriptor()
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dvideo.h199 __le16 wTotalLength; member
216 __le16 wTotalLength; \
361 __le16 wTotalLength; member
383 __le16 wTotalLength; \
400 __le16 wTotalLength; member
418 __le16 wTotalLength; \
H A Dch9.h353 __le16 wTotalLength; member
806 __le16 wTotalLength; member
848 __le16 wTotalLength; member
H A Dmidi.h43 __le16 wTotalLength; member
H A Daudio.h161 __le16 wTotalLength; /* includes Unit and Terminal desc. */ member
175 __le16 wTotalLength; \
/OK3568_Linux_fs/u-boot/drivers/usb/emul/
H A Dusb-emul-uclass.c281 cdesc->wTotalLength = upto; in usb_emul_setup_device()
291 cdesc->wTotalLength = upto; in usb_emul_setup_device()
293 cdesc->bConfigurationValue, cdesc->wTotalLength); in usb_emul_setup_device()
/OK3568_Linux_fs/u-boot/common/
H A Dusb.c407 while (index + 1 < dev->config.desc.wTotalLength && head->bLength) { in usb_parse_config()
416 dev->config.desc.wTotalLength) { in usb_parse_config()
452 dev->config.desc.wTotalLength) { in usb_parse_config()
489 dev->config.desc.wTotalLength) { in usb_parse_config()
603 return le16_to_cpu(config->wTotalLength); in usb_get_configuration_len()
618 le16_to_cpu(config->wTotalLength)); in usb_get_configuration_no()
619 config->wTotalLength = result; /* validated, with CPU byte order */ in usb_get_configuration_no()
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dch9.h315 __le16 wTotalLength; member
758 __le16 wTotalLength; member
800 __le16 wTotalLength; member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Dwebcam.c94 .wTotalLength = 0, /* dynamic */
149 .wTotalLength = 0, /* dynamic */
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c561 c->wTotalLength = cpu_to_le16(len); in config_buf()
686 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()
716 usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
718 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_EXT_CAP_SIZE); in bos_desc()
732 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
734 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SS_CAP_SIZE); in bos_desc()
764 ssp_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
767 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SSP_CAP_SIZE(ssac)); in bos_desc()
824 return le16_to_cpu(bos->wTotalLength); in bos_desc()
H A Dconfig.c103 cp->wTotalLength = cpu_to_le16(len); in usb_gadget_config_buf()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dconfig.c740 config->desc.wTotalLength = cpu_to_le16(buffer2 - buffer0); in usb_parse_configuration()
915 length = max((int) le16_to_cpu(desc->wTotalLength), in usb_get_configuration()
1004 total_len = le16_to_cpu(bos->wTotalLength); in usb_get_bos_descriptor()
1086 dev->bos->desc->wTotalLength = cpu_to_le16(buffer - buffer0); in usb_get_bos_descriptor()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dquirks.c600 if (le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_OLD || in snd_usb_extigy_boot_quirk()
601 le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_NEW) { in snd_usb_extigy_boot_quirk()
617 le16_to_cpu(get_cfg_desc(config)->wTotalLength)); in snd_usb_extigy_boot_quirk()
949 fwsize = le16_to_cpu(get_cfg_desc(config)->wTotalLength); in snd_usb_mbox2_boot_quirk()
988 le16_to_cpu(get_cfg_desc(config)->wTotalLength)); in snd_usb_mbox2_boot_quirk()
/OK3568_Linux_fs/buildroot/package/libusb/
H A D0001-linux_usbfs-Fix-parsing-of-descriptors-for-multi-con.patch47 * In sysfs wTotalLength is ignored, instead the kernel returns a
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci.h96 unsigned short wTotalLength; member

12