Lines Matching refs:wTotalLength
577 /* wTotalLength is written later */
610 c->wTotalLength = cpu_to_le16(len);
735 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE);
766 usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength);
768 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_EXT_CAP_SIZE);
783 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength);
785 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SS_CAP_SIZE);
815 ssp_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength);
818 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SSP_CAP_SIZE(ssac));
881 webusb_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength);
884 le16_add_cpu(&bos->wTotalLength,
906 return le16_to_cpu(bos->wTotalLength);