Searched refs:USB_DT_USB_SS_CAP_SIZE (Results 1 – 5 of 5) sorted by relevance
41 USB_DT_USB_SS_CAP_SIZE, /* __u8 bLength, 10 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()
841 #define USB_DT_USB_SS_CAP_SIZE 10 macro
571 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SS_CAP_SIZE); in bos_desc()572 ss_cap->bLength = USB_DT_USB_SS_CAP_SIZE; in bos_desc()
716 if (ss->bLength != USB_DT_USB_SS_CAP_SIZE) { in is_good_ss_cap()904 if (buf + USB_DT_USB_SS_CAP_SIZE > in ch9_postconfig()
1914 .bLength = USB_DT_USB_SS_CAP_SIZE,