Home
last modified time | relevance | path

Searched refs:ep_comp (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/gadget/
H A Depautoconf.c66 struct usb_ss_ep_comp_descriptor *ep_comp in usb_ep_autoconfig_ss() argument
72 ep = gadget->ops->match_ep(gadget, desc, ep_comp); in usb_ep_autoconfig_ss()
79 if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss()
/linux/drivers/usb/gadget/udc/
H A Dnet2280.c1549 struct usb_ss_ep_comp_descriptor *ep_comp) in net2280_match_ep() argument
1557 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1560 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1571 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1574 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1579 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1582 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1587 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1590 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1595 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
[all...]
H A Dgoku_udc.c1001 struct usb_ss_ep_comp_descriptor *ep_comp) in goku_match_ep() argument
1010 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) in goku_match_ep()
1017 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) in goku_match_ep()
H A Datmel_usba_udc.c1039 struct usb_ss_ep_comp_descriptor *ep_comp) in atmel_usba_match_ep() argument
1046 if (usb_gadget_ep_match_desc(gadget, _ep, desc, ep_comp)) in atmel_usba_match_ep()
/linux/include/linux/usb/
H A Dgadget.h977 struct usb_ss_ep_comp_descriptor *ep_comp);