Searched refs:USB_DT_USB_SSP_CAP_SIZE (Results 1 – 3 of 3) sorted by relevance
916 [USB_SSP_CAP_TYPE] = USB_DT_USB_SSP_CAP_SIZE(1),1013 if (length >= USB_DT_USB_SSP_CAP_SIZE(ssac)) in usb_get_bos_descriptor()
1082 #define USB_DT_USB_SSP_CAP_SIZE(ssac) (12 + (ssac + 1) * 4) macro
679 le16_add_cpu(&bos->wTotalLength, USB_DT_USB_SSP_CAP_SIZE(1)); in bos_desc()680 ssp_cap->bLength = USB_DT_USB_SSP_CAP_SIZE(1); in bos_desc()