Searched refs:USB_DT_BOS_SIZE (Results 1 – 6 of 6) sorted by relevance
26 USB_DT_BOS_SIZE, /* __u8 bLength, 5 bytes */63 desc_size = USB_DT_BOS_SIZE + USB_DT_USB_SS_CAP_SIZE; in xhci_create_usb3_bos_desc()86 if (wLength < USB_DT_BOS_SIZE + USB_DT_USB_SS_CAP_SIZE) in xhci_create_usb3_bos_desc()106 ssp_cap_base = USB_DT_BOS_SIZE + USB_DT_USB_SS_CAP_SIZE; in xhci_create_usb3_bos_desc()
938 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); in usb_get_bos_descriptor()939 if (ret < USB_DT_BOS_SIZE) { in usb_get_bos_descriptor()
845 #define USB_DT_BOS_SIZE 5 macro
616 bos->bLength = USB_DT_BOS_SIZE; in bos_desc()619 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()
271 .bLength = USB_DT_BOS_SIZE,
2032 .bLength = USB_DT_BOS_SIZE,