Searched refs:bos (Results 1 – 1 of 1) sorted by relevance
732 struct usb_bos_descriptor *bos = cdev->req->buf; in bos_desc() local734 bos->bLength = USB_DT_BOS_SIZE; in bos_desc()735 bos->bDescriptorType = USB_DT_BOS; in bos_desc()736 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()737 bos->bNumDeviceCaps = 0; in bos_desc()741 cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()742 bos->bNumDeviceCaps++; 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()755 bos->bNumDeviceCaps++; in bos_desc()[all …]