Searched refs:ep_comp (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/ |
D | epautoconf.c | 46 struct usb_ss_ep_comp_descriptor *ep_comp in ep_matches() argument 118 if (ep_comp && gadget->max_speed >= USB_SPEED_SUPER) { in ep_matches() 119 num_req_streams = ep_comp->bmAttributes & 0x1f; in ep_matches() 179 if ((USB_ENDPOINT_XFER_BULK == type) && !ep_comp) { in ep_matches() 250 struct usb_ss_ep_comp_descriptor *ep_comp in usb_ep_autoconfig_ss() argument 264 if (ep && ep_matches(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss() 267 if (ep && ep_matches(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss() 274 if (ep && ep_matches(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss() 281 ep_comp)) in usb_ep_autoconfig_ss() 300 if (ep && ep_matches(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss() [all …]
|