Searched refs:match_ep (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/include/linux/usb/ |
H A D | gadget.h | 330 struct usb_ep *(*match_ep)(struct usb_gadget *, member
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | dev.c | 472 .match_ep = ast_vhub_udc_match_ep,
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | goku_udc.c | 1036 .match_ep = goku_match_ep,
|
H A D | atmel_usba_udc.c | 1113 .match_ep = atmel_usba_match_ep,
|
H A D | net2280.c | 1625 .match_ep = net2280_match_ep,
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | udc.c | 1847 .match_ep = ci_udc_match_ep,
|
/openbmc/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-gadget.c | 2164 .match_ep = cdns2_gadget_match_ep,
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-gadget.c | 3125 .match_ep = cdns3_gadget_match_ep,
|