Home
last modified time | relevance | path

Searched refs:usb_gadget_ep_match_desc (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/
Depautoconf.c82 if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss()
/Linux-v4.19/drivers/usb/gadget/udc/
Dnet2280.c1569 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1572 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1583 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1586 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1591 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1594 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1599 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1602 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1607 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1610 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
[all …]
Dcore.c918 int usb_gadget_ep_match_desc(struct usb_gadget *gadget, in usb_gadget_ep_match_desc() function
983 EXPORT_SYMBOL_GPL(usb_gadget_ep_match_desc);
Dgoku_udc.c1005 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) in goku_match_ep()
1012 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) in goku_match_ep()
Datmel_usba_udc.c1037 if (usb_gadget_ep_match_desc(gadget, _ep, desc, ep_comp)) in atmel_usba_match_ep()
/Linux-v4.19/include/linux/usb/
Dgadget.h862 extern int usb_gadget_ep_match_desc(struct usb_gadget *gadget,
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c352 if (usb_gadget_ep_match_desc(gadget, u_ep, desc, ss)) { in ast_vhub_udc_match_ep()