Lines Matching refs:wTotalLength
563 c->wTotalLength = cpu_to_le16(len); in config_buf()
688 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()
719 usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
721 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_EXT_CAP_SIZE); in bos_desc()
736 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
738 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SS_CAP_SIZE); in bos_desc()
768 ssp_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
771 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SSP_CAP_SIZE(ssac)); in bos_desc()
834 webusb_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()
837 le16_add_cpu(&bos->wTotalLength, in bos_desc()
859 return le16_to_cpu(bos->wTotalLength); in bos_desc()