Searched refs:gadget_find_ep_by_name (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/gadget/udc/ |
| A D | net2280.c | 1561 ep = gadget_find_ep_by_name(_gadget, "ep-e"); in net2280_match_ep() 1564 ep = gadget_find_ep_by_name(_gadget, "ep-f"); in net2280_match_ep() 1575 ep = gadget_find_ep_by_name(_gadget, "ep2in"); in net2280_match_ep() 1578 ep = gadget_find_ep_by_name(_gadget, "ep4in"); in net2280_match_ep() 1583 ep = gadget_find_ep_by_name(_gadget, "ep1out"); in net2280_match_ep() 1586 ep = gadget_find_ep_by_name(_gadget, "ep3out"); in net2280_match_ep() 1591 ep = gadget_find_ep_by_name(_gadget, "ep1in"); in net2280_match_ep() 1594 ep = gadget_find_ep_by_name(_gadget, "ep3in"); in net2280_match_ep() 1599 ep = gadget_find_ep_by_name(_gadget, "ep2out"); in net2280_match_ep() 1602 ep = gadget_find_ep_by_name(_gadget, "ep4out"); in net2280_match_ep() [all …]
|
| A D | core.c | 926 struct usb_ep *gadget_find_ep_by_name(struct usb_gadget *g, const char *name) in gadget_find_ep_by_name() function 937 EXPORT_SYMBOL_GPL(gadget_find_ep_by_name);
|
| /linux/include/linux/usb/ |
| A D | gadget.h | 903 extern struct usb_ep *gadget_find_ep_by_name(struct usb_gadget *g,
|
| /linux/ |
| A D | vmlinux.symvers | 10514 0x00000000 gadget_find_ep_by_name vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 42628 ffff800010b8b050 T gadget_find_ep_by_name
|
| A D | .tmp_System.map | 42628 ffff800010b8b050 T gadget_find_ep_by_name
|
Completed in 339 milliseconds