Searched refs:usb_gadget_ep_match_desc (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/ |
H A D | epautoconf.c | 86 if (usb_gadget_ep_match_desc(gadget, ep, desc, ep_comp)) usb_ep_autoconfig_ss()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | udc-core.c | 155 int usb_gadget_ep_match_desc(struct usb_gadget *gadget, usb_gadget_ep_match_desc() function 220 EXPORT_SYMBOL_GPL(usb_gadget_ep_match_desc); variable
|
H A D | goku_udc.c | 1004 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) goku_match_ep() 1011 if (usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) goku_match_ep()
|
H A D | net2280.c | 1563 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) net2280_match_ep() 1566 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) net2280_match_ep() 1574 if (ep && usb_gadget_ep_match_desc(_gadget, ep, desc, ep_comp)) net2280_match_ep()
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | musb_gadget.c | 1709 if (ep && usb_gadget_ep_match_desc(g, ep, desc, ep_comp)) musb_match_ep()
|
/linux-4.4.14/include/linux/usb/ |
H A D | gadget.h | 1238 extern int usb_gadget_ep_match_desc(struct usb_gadget *gadget,
|
Completed in 192 milliseconds