Searched refs:ssac (Results 1 – 2 of 2) sorted by relevance
1084 #define USB_DT_USB_SSP_CAP_SIZE(ssac) (12 + (ssac + 1) * 4) argument
930 int length, total_len, num, i, ssac; in usb_get_bos_descriptor() local1012 ssac = (le32_to_cpu(ssp_cap->bmAttributes) & in usb_get_bos_descriptor()1014 if (length >= USB_DT_USB_SSP_CAP_SIZE(ssac)) in usb_get_bos_descriptor()