Searched hist:b0aea0037c8896b8e69cad3f6e828782789c1edf (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/gadget/ |
H A D | epautoconf.c | b0aea0037c8896b8e69cad3f6e828782789c1edf Thu Aug 06 12:11:12 UTC 2015 Robert Baldyga <r.baldyga@samsung.com> usb: gadget: move find_ep() from epautoconf to udc-core
Move find_ep() to udc-core and rename it to gadget_find_ep_by_name(). It can be used in UDC drivers, especially in 'match_ep' callback after moving chip-specific endpoint matching logic from epautoconf to UDC drivers.
Replace all calls of find_ep() function with gadget_find_ep_by_name().
Signed-off-by: Robert Baldyga <r.baldyga@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
/linux/include/linux/usb/ |
H A D | gadget.h | b0aea0037c8896b8e69cad3f6e828782789c1edf Thu Aug 06 12:11:12 UTC 2015 Robert Baldyga <r.baldyga@samsung.com> usb: gadget: move find_ep() from epautoconf to udc-core
Move find_ep() to udc-core and rename it to gadget_find_ep_by_name(). It can be used in UDC drivers, especially in 'match_ep' callback after moving chip-specific endpoint matching logic from epautoconf to UDC drivers.
Replace all calls of find_ep() function with gadget_find_ep_by_name().
Signed-off-by: Robert Baldyga <r.baldyga@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
/linux/drivers/usb/gadget/udc/ |
H A D | core.c | b0aea0037c8896b8e69cad3f6e828782789c1edf Thu Aug 06 12:11:12 UTC 2015 Robert Baldyga <r.baldyga@samsung.com> usb: gadget: move find_ep() from epautoconf to udc-core
Move find_ep() to udc-core and rename it to gadget_find_ep_by_name(). It can be used in UDC drivers, especially in 'match_ep' callback after moving chip-specific endpoint matching logic from epautoconf to UDC drivers.
Replace all calls of find_ep() function with gadget_find_ep_by_name().
Signed-off-by: Robert Baldyga <r.baldyga@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|