Home
last modified time | relevance | path

Searched defs:_gadget (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/usb/chipidea/
H A Dudc.c1659 static int ci_udc_get_frame(struct usb_gadget *_gadget) in ci_udc_get_frame()
1674 static void ci_hdrc_gadget_connect(struct usb_gadget *_gadget, int is_active) in ci_hdrc_gadget_connect()
1704 static int ci_udc_vbus_session(struct usb_gadget *_gadget, int is_active) in ci_udc_vbus_session()
1735 static int ci_udc_wakeup(struct usb_gadget *_gadget) in ci_udc_wakeup()
1760 static int ci_udc_vbus_draw(struct usb_gadget *_gadget, unsigned ma) in ci_udc_vbus_draw()
1769 static int ci_udc_selfpowered(struct usb_gadget *_gadget, int is_on) in ci_udc_selfpowered()
1785 static int ci_udc_pullup(struct usb_gadget *_gadget, int is_on) in ci_udc_pullup()
/linux/drivers/usb/gadget/udc/
H A Dnet2272.c1077 net2272_get_frame(struct usb_gadget *_gadget) in net2272_get_frame()
1096 net2272_wakeup(struct usb_gadget *_gadget) in net2272_wakeup()
1117 net2272_set_selfpowered(struct usb_gadget *_gadget, int value) in net2272_set_selfpowered()
1128 net2272_pullup(struct usb_gadget *_gadget, int is_on) in net2272_pullup()
1438 static int net2272_start(struct usb_gadget *_gadget, in net2272_start()
1490 static int net2272_stop(struct usb_gadget *_gadget) in net2272_stop()
1506 static void net2272_async_callbacks(struct usb_gadget *_gadget, bool enable) in net2272_async_callbacks()
H A Dnet2280.c1461 static int net2280_get_frame(struct usb_gadget *_gadget) in net2280_get_frame()
1476 static int net2280_wakeup(struct usb_gadget *_gadget) in net2280_wakeup()
1496 static int net2280_set_selfpowered(struct usb_gadget *_gadget, int value) in net2280_set_selfpowered()
1521 static int net2280_pullup(struct usb_gadget *_gadget, int is_on) in net2280_pullup()
1547 static struct usb_ep *net2280_match_ep(struct usb_gadget *_gadget, in net2280_match_ep()
2405 static int net2280_start(struct usb_gadget *_gadget, in net2280_start()
2480 static int net2280_stop(struct usb_gadget *_gadget) in net2280_stop()
2501 static void net2280_async_callbacks(struct usb_gadget *_gadget, bool enable) in net2280_async_callbacks()
H A Dpxa27x_udc.c1440 static int pxa_udc_get_frame(struct usb_gadget *_gadget) in pxa_udc_get_frame()
1453 static int pxa_udc_wakeup(struct usb_gadget *_gadget) in pxa_udc_wakeup()
1518 static int pxa_udc_pullup(struct usb_gadget *_gadget, int is_active) in pxa_udc_pullup()
1544 static int pxa_udc_vbus_session(struct usb_gadget *_gadget, int is_active) in pxa_udc_vbus_session()
1569 static int pxa_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) in pxa_udc_vbus_draw()
H A Ddummy_hcd.c845 static int dummy_g_get_frame(struct usb_gadget *_gadget) in dummy_g_get_frame()
853 static int dummy_wakeup(struct usb_gadget *_gadget) in dummy_wakeup()
876 static int dummy_set_selfpowered(struct usb_gadget *_gadget, int value) in dummy_set_selfpowered()
897 static int dummy_pullup(struct usb_gadget *_gadget, int value) in dummy_pullup()
930 static void dummy_udc_set_speed(struct usb_gadget *_gadget, in dummy_udc_set_speed()
940 static void dummy_udc_async_callbacks(struct usb_gadget *_gadget, bool enable) in dummy_udc_async_callbacks()
H A Dpxa25x_udc.c1116 static int pxa25x_udc_get_frame(struct usb_gadget *_gadget) in pxa25x_udc_get_frame()
1125 static int pxa25x_udc_wakeup(struct usb_gadget *_gadget) in pxa25x_udc_wakeup()
1175 static int pxa25x_udc_vbus_session(struct usb_gadget *_gadget, int is_active) in pxa25x_udc_vbus_session()
1187 static int pxa25x_udc_pullup(struct usb_gadget *_gadget, int is_active) in pxa25x_udc_pullup()
1206 static int pxa25x_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) in pxa25x_udc_vbus_draw()
H A Dgr_udc.c1845 static int gr_get_frame(struct usb_gadget *_gadget) in gr_get_frame()
1855 static int gr_wakeup(struct usb_gadget *_gadget) in gr_wakeup()
1877 static int gr_pullup(struct usb_gadget *_gadget, int is_on) in gr_pullup()
H A Dr8a66597-udc.h117 #define gadget_to_r8a66597(_gadget) \ argument
H A Dgoku_udc.c994 static int goku_get_frame(struct usb_gadget *_gadget) in goku_get_frame()
H A Dfusb300_udc.c1330 static int fusb300_udc_pullup(struct usb_gadget *_gadget, int is_active) in fusb300_udc_pullup()
H A Dm66592-udc.c1487 static int m66592_get_frame(struct usb_gadget *_gadget) in m66592_get_frame()
H A Dr8a66597-udc.c1766 static int r8a66597_get_frame(struct usb_gadget *_gadget) in r8a66597_get_frame()
H A Drenesas_usb3.c376 #define gadget_to_renesas_usb3(_gadget) \ argument
2408 static int renesas_usb3_get_frame(struct usb_gadget *_gadget) in renesas_usb3_get_frame()
H A Dm66592-udc.h494 #define gadget_to_m66592(_gadget) container_of(_gadget, struct m66592, gadget) argument
/linux/drivers/usb/usbip/
H A Dvudc_dev.c126 static int vgadget_get_frame(struct usb_gadget *_gadget) in vgadget_get_frame()
137 static int vgadget_set_selfpowered(struct usb_gadget *_gadget, int value) in vgadget_set_selfpowered()
148 static int vgadget_pullup(struct usb_gadget *_gadget, int value) in vgadget_pullup()
H A Dvudc.h134 struct usb_gadget *_gadget) in usb_gadget_to_vudc()