Vignesh Raghavendra 77dcbdf3c1 usb: gadget: Add match_ep() op to usb_gadget_ops
Add match_ep() op to usb_gadget_ops similar to Linux kernel which is
useful in finding a suitable ep match for the function driver. This will
avoid adding more gadget_is_xxx() handling code to usb_ep_autoconfig().

Also sync usb_ep_caps struct thats is usually used in the match_ep()
callback by the gadget controller driver

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
2019-11-07 00:24:59 +01:00
..
2018-06-07 17:08:06 -04:00
2019-07-31 09:20:51 +02:00
2018-11-20 13:08:15 +01:00
2017-07-06 16:17:19 -04:00
2019-05-20 13:50:34 +02:00
2019-11-07 00:24:59 +01:00
2017-04-13 09:41:10 -04:00
2018-12-02 21:59:37 +01:00
2018-11-20 13:08:15 +01:00
2017-07-06 16:17:19 -04:00
2019-06-05 09:16:32 -07:00
2017-10-16 09:42:51 -04:00
2019-05-05 08:48:50 -04:00