Searched refs:USB_SS_MULT (Results 1 – 4 of 4) sorted by relevance
144 USB_SS_MULT(desc->bmAttributes) > 3) { in usb_parse_ss_endpoint_companion()148 USB_SS_MULT(desc->bmAttributes), in usb_parse_ss_endpoint_companion()155 (USB_SS_MULT(desc->bmAttributes)) * in usb_parse_ss_endpoint_companion()
457 int mult = USB_SS_MULT(ep->ss_ep_comp.bmAttributes); in usb_submit_urb()
720 #define USB_SS_MULT(p) (1 + ((p) & 0x3)) macro
354 return USB_SS_MULT(ep->ss_ep_comp.bmAttributes) in ss_isoc_get_packet_num()