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