Searched refs:USB_DT_BOS_SIZE (Results 1 – 5 of 5) sorted by relevance
36 USB_DT_BOS_SIZE, /* __u8 bLength, 5 bytes */756 USB_DT_BOS_SIZE + USB_DT_USB_SS_CAP_SIZE); in xhci_hub_control()769 return USB_DT_BOS_SIZE + USB_DT_USB_SS_CAP_SIZE; in xhci_hub_control()
794 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); in usb_get_bos_descriptor()795 if (ret < USB_DT_BOS_SIZE) { in usb_get_bos_descriptor()
764 #define USB_DT_BOS_SIZE 5 macro
547 bos->bLength = USB_DT_BOS_SIZE; in bos_desc()550 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()
1908 .bLength = USB_DT_BOS_SIZE,