Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/gadget/
Dnet2280.c1324 static int net2280_get_frame (struct usb_gadget *_gadget) in net2280_get_frame()
1339 static int net2280_wakeup (struct usb_gadget *_gadget) in net2280_wakeup()
1359 static int net2280_set_selfpowered (struct usb_gadget *_gadget, int value) in net2280_set_selfpowered()
1381 static int net2280_pullup(struct usb_gadget *_gadget, int is_on) in net2280_pullup()
1873 static int net2280_start(struct usb_gadget *_gadget, in net2280_start()
1946 static int net2280_stop(struct usb_gadget *_gadget, in net2280_stop()
Dpxa25x_udc.c909 static int pxa25x_udc_get_frame(struct usb_gadget *_gadget) in pxa25x_udc_get_frame()
914 static int pxa25x_udc_wakeup(struct usb_gadget *_gadget) in pxa25x_udc_wakeup()
960 static int pxa25x_udc_vbus_session(struct usb_gadget *_gadget, int is_active) in pxa25x_udc_vbus_session()
972 static int pxa25x_udc_pullup(struct usb_gadget *_gadget, int is_active) in pxa25x_udc_pullup()
991 static int pxa25x_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) in pxa25x_udc_vbus_draw()
Dnet2272.c1098 net2272_get_frame(struct usb_gadget *_gadget) in net2272_get_frame()
1117 net2272_wakeup(struct usb_gadget *_gadget) in net2272_wakeup()
1138 net2272_set_selfpowered(struct usb_gadget *_gadget, int value) in net2272_set_selfpowered()
1152 net2272_pullup(struct usb_gadget *_gadget, int is_on) in net2272_pullup()
1455 static int net2272_start(struct usb_gadget *_gadget, in net2272_start()
1504 static int net2272_stop(struct usb_gadget *_gadget, in net2272_stop()
Dpxa27x_udc.c1531 static int pxa_udc_get_frame(struct usb_gadget *_gadget) in pxa_udc_get_frame()
1544 static int pxa_udc_wakeup(struct usb_gadget *_gadget) in pxa_udc_wakeup()
1609 static int pxa_udc_pullup(struct usb_gadget *_gadget, int is_active) in pxa_udc_pullup()
1638 static int pxa_udc_vbus_session(struct usb_gadget *_gadget, int is_active) in pxa_udc_vbus_session()
1663 static int pxa_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) in pxa_udc_vbus_draw()
Dlangwell_udc.c1125 static int langwell_get_frame(struct usb_gadget *_gadget) in langwell_get_frame()
1170 static int langwell_wakeup(struct usb_gadget *_gadget) in langwell_wakeup()
1218 static int langwell_vbus_session(struct usb_gadget *_gadget, int is_active) in langwell_vbus_session()
1253 static int langwell_vbus_draw(struct usb_gadget *_gadget, unsigned mA) in langwell_vbus_draw()
1275 static int langwell_pullup(struct usb_gadget *_gadget, int is_on) in langwell_pullup()
Ds3c2410_udc.c1431 static int s3c2410_udc_get_frame(struct usb_gadget *_gadget) in s3c2410_udc_get_frame()
1445 static int s3c2410_udc_wakeup(struct usb_gadget *_gadget) in s3c2410_udc_wakeup()
1533 static int s3c2410_vbus_draw(struct usb_gadget *_gadget, unsigned ma) in s3c2410_vbus_draw()
Ddummy_hcd.c758 static int dummy_g_get_frame (struct usb_gadget *_gadget) in dummy_g_get_frame()
766 static int dummy_wakeup (struct usb_gadget *_gadget) in dummy_wakeup()
789 static int dummy_set_selfpowered (struct usb_gadget *_gadget, int value) in dummy_set_selfpowered()
816 static int dummy_pullup (struct usb_gadget *_gadget, int value) in dummy_pullup()
Dimx_udc.c320 static int imx_udc_get_frame(struct usb_gadget *_gadget) in imx_udc_get_frame()
328 static int imx_udc_wakeup(struct usb_gadget *_gadget) in imx_udc_wakeup()
Dci13xxx_udc.c2477 static int ci13xxx_vbus_session(struct usb_gadget *_gadget, int is_active) in ci13xxx_vbus_session()
2510 static int ci13xxx_wakeup(struct usb_gadget *_gadget) in ci13xxx_wakeup()
2535 static int ci13xxx_vbus_draw(struct usb_gadget *_gadget, unsigned mA) in ci13xxx_vbus_draw()
Dr8a66597-udc.h124 #define gadget_to_r8a66597(_gadget) \ argument
Dgoku_udc.c994 static int goku_get_frame(struct usb_gadget *_gadget) in goku_get_frame()
Dm66592-udc.c1548 static int m66592_get_frame(struct usb_gadget *_gadget) in m66592_get_frame()
Dfusb300_udc.c1376 static int fusb300_udc_pullup(struct usb_gadget *_gadget, int is_active) in fusb300_udc_pullup()
Dr8a66597-udc.c1788 static int r8a66597_get_frame(struct usb_gadget *_gadget) in r8a66597_get_frame()
Dm66592-udc.h501 #define gadget_to_m66592(_gadget) container_of(_gadget, struct m66592, gadget) argument