Lines Matching defs:bos
38 struct usb_bos_descriptor *bos;
52 bos = (struct usb_bos_descriptor *)buf;
53 bos->bLength = USB_DT_BOS_SIZE;
54 bos->bDescriptorType = USB_DT_BOS;
55 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE +
57 bos->bNumDeviceCaps = 1;
91 bos->bNumDeviceCaps++;
92 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE +
121 if (wLength < le16_to_cpu(bos->wTotalLength))
125 return le16_to_cpu(bos->wTotalLength);
252 return le16_to_cpu(bos->wTotalLength);