Lines Matching refs:wTotalLength
514 /* wTotalLength is written later */
547 c->wTotalLength = cpu_to_le16(len);
672 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE);
702 usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength);
704 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_EXT_CAP_SIZE);
718 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength);
720 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SS_CAP_SIZE);
738 ssp_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength);
745 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SSP_CAP_SIZE(1));
780 return le16_to_cpu(bos->wTotalLength);