Searched refs:ep_comp (Results 1 – 1 of 1) sorted by relevance
/drivers/usb/gadget/ |
D | epautoconf.c | 57 struct usb_ss_ep_comp_descriptor *ep_comp in ep_matches() argument 129 if (ep_comp && gadget->max_speed >= USB_SPEED_SUPER) { in ep_matches() 130 num_req_streams = ep_comp->bmAttributes & 0x1f; in ep_matches() 192 if ((USB_ENDPOINT_XFER_BULK == type) && !ep_comp) { in ep_matches() 263 struct usb_ss_ep_comp_descriptor *ep_comp in usb_ep_autoconfig_ss() argument 277 if (ep && ep_matches(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss() 280 if (ep && ep_matches(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss() 287 if (ep && ep_matches(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss() 294 ep_comp)) in usb_ep_autoconfig_ss() 313 if (ep && ep_matches(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss() [all …]
|