Searched refs:USB_DT_BOS_SIZE (Results 1 – 6 of 6) sorted by relevance
53 bos->bLength = USB_DT_BOS_SIZE; in xhci_create_usb3x_bos_desc()55 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE + in xhci_create_usb3x_bos_desc()92 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE + in xhci_create_usb3x_bos_desc()97 if (wLength < USB_DT_BOS_SIZE + USB_DT_USB_SS_CAP_SIZE) in xhci_create_usb3x_bos_desc()101 ss_cap = (struct usb_ss_cap_descriptor *)&buf[USB_DT_BOS_SIZE]; in xhci_create_usb3x_bos_desc()127 ssp_cap = (struct usb_ssp_cap_descriptor *)&buf[USB_DT_BOS_SIZE + in xhci_create_usb3x_bos_desc()
994 ret = usb_get_descriptor(dev, USB_DT_BOS, 0, bos, USB_DT_BOS_SIZE); in usb_get_bos_descriptor()995 if (ret < USB_DT_BOS_SIZE || bos->bLength < USB_DT_BOS_SIZE) { in usb_get_bos_descriptor()
852 #define USB_DT_BOS_SIZE 5 macro
670 bos->bLength = USB_DT_BOS_SIZE; in bos_desc()673 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()
271 .bLength = USB_DT_BOS_SIZE,
2051 .bLength = USB_DT_BOS_SIZE,