Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/gadget/
Depautoconf.c79 if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss()
/linux-5.19.10/drivers/usb/gadget/udc/
Dnet2280.c1557 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()
1598 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) in net2280_match_ep()
[all …]
Dcore.c947 int usb_gadget_ep_match_desc(struct usb_gadget *gadget, in usb_gadget_ep_match_desc() function
1012 EXPORT_SYMBOL_GPL(usb_gadget_ep_match_desc);
Dgoku_udc.c1010 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()
Datmel_usba_udc.c1048 if (usb_gadget_ep_match_desc(gadget, _ep, desc, ep_comp)) in atmel_usba_match_ep()
/linux-5.19.10/include/linux/usb/
Dgadget.h920 extern int usb_gadget_ep_match_desc(struct usb_gadget *gadget,
/linux-5.19.10/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c378 if (usb_gadget_ep_match_desc(gadget, u_ep, desc, ss)) { in ast_vhub_udc_match_ep()
/linux-5.19.10/drivers/usb/gadget/legacy/
Draw_gadget.c827 if (!usb_gadget_ep_match_desc(dev->gadget, ep->ep, desc, NULL)) in raw_ioctl_ep_enable()