Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa25x_udc.c906 static int pxa25x_udc_get_frame(struct usb_gadget *_gadget) in pxa25x_udc_get_frame()
911 static int pxa25x_udc_wakeup(struct usb_gadget *_gadget) in pxa25x_udc_wakeup()
957 static int pxa25x_udc_vbus_session(struct usb_gadget *_gadget, int is_active) in pxa25x_udc_vbus_session()
969 static int pxa25x_udc_pullup(struct usb_gadget *_gadget, int is_active) in pxa25x_udc_pullup()
988 static int pxa25x_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) in pxa25x_udc_vbus_draw()
Dnet2272.c1093 net2272_get_frame(struct usb_gadget *_gadget) in net2272_get_frame()
1112 net2272_wakeup(struct usb_gadget *_gadget) in net2272_wakeup()
1133 net2272_set_selfpowered(struct usb_gadget *_gadget, int value) in net2272_set_selfpowered()
1144 net2272_pullup(struct usb_gadget *_gadget, int is_on) in net2272_pullup()
1457 static int net2272_start(struct usb_gadget *_gadget, in net2272_start()
1510 static int net2272_stop(struct usb_gadget *_gadget) in net2272_stop()
Dnet2280.c1467 static int net2280_get_frame(struct usb_gadget *_gadget) in net2280_get_frame()
1482 static int net2280_wakeup(struct usb_gadget *_gadget) in net2280_wakeup()
1502 static int net2280_set_selfpowered(struct usb_gadget *_gadget, int value) in net2280_set_selfpowered()
1527 static int net2280_pullup(struct usb_gadget *_gadget, int is_on) in net2280_pullup()
1553 static struct usb_ep *net2280_match_ep(struct usb_gadget *_gadget, in net2280_match_ep()
2361 static int net2280_start(struct usb_gadget *_gadget, in net2280_start()
2437 static int net2280_stop(struct usb_gadget *_gadget) in net2280_stop()
Dpxa27x_udc.c1516 static int pxa_udc_get_frame(struct usb_gadget *_gadget) in pxa_udc_get_frame()
1529 static int pxa_udc_wakeup(struct usb_gadget *_gadget) in pxa_udc_wakeup()
1594 static int pxa_udc_pullup(struct usb_gadget *_gadget, int is_active) in pxa_udc_pullup()
1623 static int pxa_udc_vbus_session(struct usb_gadget *_gadget, int is_active) in pxa_udc_vbus_session()
1648 static int pxa_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) in pxa_udc_vbus_draw()
Ds3c2410_udc.c1406 static int s3c2410_udc_get_frame(struct usb_gadget *_gadget) in s3c2410_udc_get_frame()
1420 static int s3c2410_udc_wakeup(struct usb_gadget *_gadget) in s3c2410_udc_wakeup()
1509 static int s3c2410_vbus_draw(struct usb_gadget *_gadget, unsigned ma) in s3c2410_vbus_draw()
Ddummy_hcd.c834 static int dummy_g_get_frame(struct usb_gadget *_gadget) in dummy_g_get_frame()
842 static int dummy_wakeup(struct usb_gadget *_gadget) in dummy_wakeup()
865 static int dummy_set_selfpowered(struct usb_gadget *_gadget, int value) in dummy_set_selfpowered()
886 static int dummy_pullup(struct usb_gadget *_gadget, int value) in dummy_pullup()
Dgr_udc.c1864 static int gr_get_frame(struct usb_gadget *_gadget) in gr_get_frame()
1874 static int gr_wakeup(struct usb_gadget *_gadget) in gr_wakeup()
1896 static int gr_pullup(struct usb_gadget *_gadget, int is_on) in gr_pullup()
Dr8a66597-udc.h120 #define gadget_to_r8a66597(_gadget) \ argument
Dgoku_udc.c988 static int goku_get_frame(struct usb_gadget *_gadget) in goku_get_frame()
Dfusb300_udc.c1334 static int fusb300_udc_pullup(struct usb_gadget *_gadget, int is_active) in fusb300_udc_pullup()
Dm66592-udc.c1503 static int m66592_get_frame(struct usb_gadget *_gadget) in m66592_get_frame()
Dr8a66597-udc.c1781 static int r8a66597_get_frame(struct usb_gadget *_gadget) in r8a66597_get_frame()
Dm66592-udc.h497 #define gadget_to_m66592(_gadget) container_of(_gadget, struct m66592, gadget) argument
/linux-4.4.14/drivers/usb/chipidea/
Dudc.c1502 static int ci_udc_vbus_session(struct usb_gadget *_gadget, int is_active) in ci_udc_vbus_session()
1538 static int ci_udc_wakeup(struct usb_gadget *_gadget) in ci_udc_wakeup()
1559 static int ci_udc_vbus_draw(struct usb_gadget *_gadget, unsigned ma) in ci_udc_vbus_draw()
1568 static int ci_udc_selfpowered(struct usb_gadget *_gadget, int is_on) in ci_udc_selfpowered()
1584 static int ci_udc_pullup(struct usb_gadget *_gadget, int is_on) in ci_udc_pullup()