wTotalLength      749 drivers/staging/uwb/hwa-rc.c 	itr_size = le16_to_cpu(usb_dev->actconfig->desc.wTotalLength);
wTotalLength      776 drivers/staging/wusbcore/devconnect.c 	desc_size = le16_to_cpu(bos->wTotalLength);
wTotalLength      791 drivers/staging/wusbcore/devconnect.c 	    || le16_to_cpu(bos->wTotalLength) != desc_size) {
wTotalLength      565 drivers/staging/wusbcore/host/hwa-hc.c 	itr_size = le16_to_cpu(usb_dev->actconfig->desc.wTotalLength);
wTotalLength      639 drivers/staging/wusbcore/host/hwa-hc.c 	itr_size = le16_to_cpu(usb_dev->actconfig->desc.wTotalLength);
wTotalLength      642 drivers/staging/wusbcore/host/hwa-hc.c 			le16_to_cpu(usb_dev->actconfig->desc.wTotalLength),
wTotalLength      655 drivers/staging/wusbcore/host/hwa-hc.c 	needed = le16_to_cpu(secd->wTotalLength);
wTotalLength      664 drivers/staging/wusbcore/host/hwa-hc.c 	top = (void *) secd + le16_to_cpu(secd->wTotalLength);
wTotalLength      225 drivers/staging/wusbcore/security.c 	secd_size = le16_to_cpu(secd->wTotalLength);
wTotalLength      744 drivers/usb/core/config.c 	config->desc.wTotalLength = cpu_to_le16(buffer2 - buffer0);
wTotalLength      919 drivers/usb/core/config.c 		length = max((int) le16_to_cpu(desc->wTotalLength),
wTotalLength     1010 drivers/usb/core/config.c 	total_len = le16_to_cpu(bos->wTotalLength);
wTotalLength     1092 drivers/usb/core/config.c 	dev->bos->desc->wTotalLength = cpu_to_le16(buffer - buffer0);
wTotalLength      336 drivers/usb/core/devio.c 		unsigned int length = le16_to_cpu(config->wTotalLength);
wTotalLength      343 drivers/usb/core/devio.c 				le16_to_cpu(dev->config[i].desc.wTotalLength);
wTotalLength     2320 drivers/usb/core/hub.c 				le16_to_cpu(udev->config[0].desc.wTotalLength),
wTotalLength     5603 drivers/usb/core/hub.c 		len = le16_to_cpu(udev->bos->desc->wTotalLength);
wTotalLength     5604 drivers/usb/core/hub.c 		if (len != le16_to_cpu(old_bos->desc->wTotalLength))
wTotalLength     5621 drivers/usb/core/hub.c 		old_length = le16_to_cpu(udev->config[index].desc.wTotalLength);
wTotalLength     5631 drivers/usb/core/hub.c 		old_length = le16_to_cpu(udev->config[index].desc.wTotalLength);
wTotalLength      905 drivers/usb/core/sysfs.c 					wTotalLength);
wTotalLength      497 drivers/usb/gadget/composite.c 	c->wTotalLength = cpu_to_le16(len);
wTotalLength      622 drivers/usb/gadget/composite.c 	bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE);
wTotalLength      652 drivers/usb/gadget/composite.c 	usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength);
wTotalLength      654 drivers/usb/gadget/composite.c 	le16_add_cpu(&bos->wTotalLength, USB_DT_USB_EXT_CAP_SIZE);
wTotalLength      668 drivers/usb/gadget/composite.c 		ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength);
wTotalLength      670 drivers/usb/gadget/composite.c 		le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SS_CAP_SIZE);
wTotalLength      688 drivers/usb/gadget/composite.c 		ssp_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength);
wTotalLength      695 drivers/usb/gadget/composite.c 		le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SSP_CAP_SIZE(1));
wTotalLength      730 drivers/usb/gadget/composite.c 	return le16_to_cpu(bos->wTotalLength);
wTotalLength      103 drivers/usb/gadget/config.c 	cp->wTotalLength = cpu_to_le16(len);
wTotalLength      135 drivers/usb/gadget/function/f_midi.c 	.wTotalLength =		cpu_to_le16(UAC_DT_AC_HEADER_SIZE(1)),
wTotalLength      939 drivers/usb/gadget/function/f_midi.c 	ms_header_desc.wTotalLength = cpu_to_le16(n);
wTotalLength       76 drivers/usb/gadget/function/f_uac1.c 	.wTotalLength =		cpu_to_le16(UAC_DT_TOTAL_LENGTH),
wTotalLength       58 drivers/usb/gadget/function/f_uac1_legacy.c 	.wTotalLength =		cpu_to_le16(UAC_DT_TOTAL_LENGTH),
wTotalLength      218 drivers/usb/gadget/function/f_uac2.c 	.wTotalLength = cpu_to_le16(sizeof in_clk_src_desc
wTotalLength      504 drivers/usb/gadget/function/f_uac2.c 	ac_hdr_desc.wTotalLength = 0;
wTotalLength      507 drivers/usb/gadget/function/f_uac2.c 		u16 len = le16_to_cpu(ac_hdr_desc.wTotalLength);
wTotalLength      512 drivers/usb/gadget/function/f_uac2.c 		ac_hdr_desc.wTotalLength = cpu_to_le16(len);
wTotalLength      516 drivers/usb/gadget/function/f_uac2.c 		u16 len = le16_to_cpu(ac_hdr_desc.wTotalLength);
wTotalLength      521 drivers/usb/gadget/function/f_uac2.c 		ac_hdr_desc.wTotalLength = cpu_to_le16(len);
wTotalLength      561 drivers/usb/gadget/function/f_uvc.c 	uvc_control_header->wTotalLength = cpu_to_le16(control_size);
wTotalLength      575 drivers/usb/gadget/function/f_uvc.c 	uvc_streaming_header->wTotalLength = cpu_to_le16(streaming_size);
wTotalLength     1317 drivers/usb/gadget/legacy/inode.c 		len = le16_to_cpu(dev->hs_config->wTotalLength);
wTotalLength     1320 drivers/usb/gadget/legacy/inode.c 		len = le16_to_cpu(dev->config->wTotalLength);
wTotalLength     1825 drivers/usb/gadget/legacy/inode.c 	total = le16_to_cpu(dev->config->wTotalLength);
wTotalLength     1835 drivers/usb/gadget/legacy/inode.c 		total = le16_to_cpu(dev->hs_config->wTotalLength);
wTotalLength       94 drivers/usb/gadget/legacy/webcam.c 	.wTotalLength		= 0, /* dynamic */
wTotalLength      148 drivers/usb/gadget/legacy/webcam.c 	.wTotalLength		= 0, /* dynamic */
wTotalLength      104 drivers/usb/gadget/udc/aspeed-vhub/hub.c 		.wTotalLength		= cpu_to_le16(AST_VHUB_CONF_DESC_SIZE),
wTotalLength     2032 drivers/usb/gadget/udc/dummy_hcd.c 		.wTotalLength		= cpu_to_le16(sizeof(usb3_bos_desc)),
wTotalLength      733 drivers/usb/misc/usbtest.c 	if (le16_to_cpu(config->wTotalLength) == len)	/* read it all */
wTotalLength      735 drivers/usb/misc/usbtest.c 	if (le16_to_cpu(config->wTotalLength) >= TBUF_SIZE)	/* max partial read */
wTotalLength      912 drivers/usb/misc/usbtest.c 		total = le16_to_cpu(bos->wTotalLength);
wTotalLength     1357 drivers/usb/misc/usbtest.c 				len = le16_to_cpu(udev->bos->desc->wTotalLength);
wTotalLength      273 drivers/usb/usbip/vhci_hcd.c 		.wTotalLength		= cpu_to_le16(sizeof(usb3_bos_desc)),
wTotalLength       54 include/linux/usb/audio-v2.h 	__le16 wTotalLength;		/* includes Unit and Terminal desc. */
wTotalLength       66 include/linux/usb/audio-v3.h 	__le16 wTotalLength;
wTotalLength      161 include/uapi/linux/usb/audio.h 	__le16 wTotalLength;		/* includes Unit and Terminal desc. */
wTotalLength      175 include/uapi/linux/usb/audio.h 	__le16 wTotalLength;					\
wTotalLength      349 include/uapi/linux/usb/ch9.h 	__le16 wTotalLength;
wTotalLength      799 include/uapi/linux/usb/ch9.h 	__le16 wTotalLength;
wTotalLength      841 include/uapi/linux/usb/ch9.h 	__le16 wTotalLength;
wTotalLength       43 include/uapi/linux/usb/midi.h 	__le16 wTotalLength;
wTotalLength      199 include/uapi/linux/usb/video.h 	__le16 wTotalLength;
wTotalLength      216 include/uapi/linux/usb/video.h 	__le16 wTotalLength;				\
wTotalLength      360 include/uapi/linux/usb/video.h 	__le16 wTotalLength;
wTotalLength      382 include/uapi/linux/usb/video.h 	__le16 wTotalLength;				\
wTotalLength      399 include/uapi/linux/usb/video.h 	__le16 wTotalLength;
wTotalLength      417 include/uapi/linux/usb/video.h 	__le16 wTotalLength;				\
wTotalLength       86 sound/usb/midi.c 	__le16 wTotalLength;
wTotalLength      582 sound/usb/quirks.c 	if (le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_OLD ||
wTotalLength      583 sound/usb/quirks.c 	    le16_to_cpu(get_cfg_desc(config)->wTotalLength) == EXTIGY_FIRMWARE_SIZE_NEW) {
wTotalLength      599 sound/usb/quirks.c 			    le16_to_cpu(get_cfg_desc(config)->wTotalLength));
wTotalLength      933 sound/usb/quirks.c 	fwsize = le16_to_cpu(get_cfg_desc(config)->wTotalLength);
wTotalLength      972 sound/usb/quirks.c 		le16_to_cpu(get_cfg_desc(config)->wTotalLength));