Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/
H A Depautoconf.c79 if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp)) in usb_ep_autoconfig_ss()
/openbmc/linux/drivers/usb/gadget/udc/
H A 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 …]
H A Dcore.c1021 int usb_gadget_ep_match_desc(struct usb_gadget *gadget, in usb_gadget_ep_match_desc() function
1086 EXPORT_SYMBOL_GPL(usb_gadget_ep_match_desc);
H A 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()
H A Datmel_usba_udc.c1048 if (usb_gadget_ep_match_desc(gadget, _ep, desc, ep_comp)) in atmel_usba_match_ep()
/openbmc/linux/include/linux/usb/
H A Dgadget.h938 extern int usb_gadget_ep_match_desc(struct usb_gadget *gadget,
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c377 if (usb_gadget_ep_match_desc(gadget, u_ep, desc, ss)) { in ast_vhub_udc_match_ep()
/openbmc/linux/drivers/usb/gadget/legacy/
H A Draw_gadget.c832 if (!usb_gadget_ep_match_desc(dev->gadget, ep->ep, desc, NULL)) in raw_ioctl_ep_enable()