Searched refs:USB_DT_BOS_SIZE (Results 1 – 6 of 6) sorted by relevance
54 bos->bLength = USB_DT_BOS_SIZE; in xhci_create_usb3x_bos_desc()56 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE + in xhci_create_usb3x_bos_desc()93 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE + in xhci_create_usb3x_bos_desc()98 if (wLength < USB_DT_BOS_SIZE + USB_DT_USB_SS_CAP_SIZE) in xhci_create_usb3x_bos_desc()102 ss_cap = (struct usb_ss_cap_descriptor *)&buf[USB_DT_BOS_SIZE]; in xhci_create_usb3x_bos_desc()128 ssp_cap = (struct usb_ssp_cap_descriptor *)&buf[USB_DT_BOS_SIZE + in xhci_create_usb3x_bos_desc()
1042 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); in usb_get_bos_descriptor()1043 if (ret < USB_DT_BOS_SIZE || bos->bLength < USB_DT_BOS_SIZE) { in usb_get_bos_descriptor()
874 #define USB_DT_BOS_SIZE 5 macro
732 bos->bLength = USB_DT_BOS_SIZE; in bos_desc()735 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()
272 .bLength = USB_DT_BOS_SIZE,
2063 .bLength = USB_DT_BOS_SIZE,