Searched refs:USB_SS_MULT (Results 1 – 3 of 3) sorted by relevance
115 USB_SS_MULT(desc->bmAttributes) > 3) { in usb_parse_ss_endpoint_companion()119 USB_SS_MULT(desc->bmAttributes), in usb_parse_ss_endpoint_companion()126 (USB_SS_MULT(desc->bmAttributes)) * in usb_parse_ss_endpoint_companion()
406 int mult = USB_SS_MULT(ep->ss_ep_comp.bmAttributes); in usb_submit_urb()
648 #define USB_SS_MULT(p) (1 + ((p) & 0x3)) macro