Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/
Depautoconf.c79 if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss()
/Linux-v5.4/drivers/usb/gadget/udc/
Dnet2280.c1563 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1566 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1577 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1580 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1585 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1588 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1593 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1596 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1601 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
1604 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
[all …]
Dcore.c934 int usb_gadget_ep_match_desc(struct usb_gadget *gadget, in usb_gadget_ep_match_desc() function
999 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.c1049 if (usb_gadget_ep_match_desc(gadget, _ep, desc, ep_comp)) in atmel_usba_match_ep()
/Linux-v5.4/include/linux/usb/
Dgadget.h870 extern int usb_gadget_ep_match_desc(struct usb_gadget *gadget,
/Linux-v5.4/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c372 if (usb_gadget_ep_match_desc(gadget, u_ep, desc, ss)) { in ast_vhub_udc_match_ep()