Searched refs:match_ep (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | epautoconf.c | 71 if (gadget->ops->match_ep) { in usb_ep_autoconfig_ss() 72 ep = gadget->ops->match_ep(gadget, desc, ep_comp); in usb_ep_autoconfig_ss()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | epautoconf.c | 288 if (gadget->ops->match_ep) in usb_ep_autoconfig() 289 ep = gadget->ops->match_ep(gadget, desc, NULL); in usb_ep_autoconfig()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | gadget.h | 472 struct usb_ep *(*match_ep)(struct usb_gadget *, member
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | gadget.h | 336 struct usb_ep *(*match_ep)(struct usb_gadget *, member
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | dev.c | 467 .match_ep = ast_vhub_udc_match_ep,
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | goku_udc.c | 1034 .match_ep = goku_match_ep,
|
| H A D | atmel_usba_udc.c | 1110 .match_ep = atmel_usba_match_ep,
|
| H A D | net2280.c | 1628 .match_ep = net2280_match_ep,
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | udc.c | 1806 .match_ep = ci_udc_match_ep,
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | gadget.c | 2411 .match_ep = cdns3_gadget_match_ep,
|
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | gadget.c | 2981 .match_ep = cdns3_gadget_match_ep,
|