Searched defs:_gadget (Results 1 - 13 of 13) sorted by relevance

/drivers/usb/gadget/
H A Dgoku_udc.c992 static int goku_get_frame(struct usb_gadget *_gadget) argument
H A Dimx_udc.c320 static int imx_udc_get_frame(struct usb_gadget *_gadget) argument
322 struct imx_udc_struct *imx_usb = container_of(_gadget,
328 static int imx_udc_wakeup(struct usb_gadget *_gadget) argument
H A Dfusb300_udc.c1376 static int fusb300_udc_pullup(struct usb_gadget *_gadget, int is_active) argument
H A Dm66592-udc.c1548 static int m66592_get_frame(struct usb_gadget *_gadget) argument
1550 struct m66592 *m66592 = gadget_to_m66592(_gadget);
H A Dnet2272.c1095 net2272_get_frame(struct usb_gadget *_gadget) argument
1101 if (!_gadget)
1103 dev = container_of(_gadget, struct net2272, gadget);
1114 net2272_wakeup(struct usb_gadget *_gadget) argument
1120 if (!_gadget)
1122 dev = container_of(_gadget, struct net2272, gadget);
1135 net2272_set_selfpowered(struct usb_gadget *_gadget, int value) argument
1139 if (!_gadget)
1141 dev = container_of(_gadget, struct net2272, gadget);
1149 net2272_pullup(struct usb_gadget *_gadget, in argument
1452 net2272_start(struct usb_gadget *_gadget, struct usb_gadget_driver *driver) argument
1501 net2272_stop(struct usb_gadget *_gadget, struct usb_gadget_driver *driver) argument
[all...]
H A Dnet2280.c1322 static int net2280_get_frame (struct usb_gadget *_gadget) argument
1328 if (!_gadget)
1330 dev = container_of (_gadget, struct net2280, gadget);
1337 static int net2280_wakeup (struct usb_gadget *_gadget) argument
1343 if (!_gadget)
1345 dev = container_of (_gadget, struct net2280, gadget);
1357 static int net2280_set_selfpowered (struct usb_gadget *_gadget, int value) argument
1363 if (!_gadget)
1365 dev = container_of (_gadget, struct net2280, gadget);
1379 static int net2280_pullup(struct usb_gadget *_gadget, in argument
1871 net2280_start(struct usb_gadget *_gadget, struct usb_gadget_driver *driver) argument
1944 net2280_stop(struct usb_gadget *_gadget, struct usb_gadget_driver *driver) argument
[all...]
H A Dpxa25x_udc.c909 static int pxa25x_udc_get_frame(struct usb_gadget *_gadget) argument
914 static int pxa25x_udc_wakeup(struct usb_gadget *_gadget) argument
960 static int pxa25x_udc_vbus_session(struct usb_gadget *_gadget, int is_active) argument
964 udc = container_of(_gadget, struct pxa25x_udc, gadget);
972 static int pxa25x_udc_pullup(struct usb_gadget *_gadget, int is_active) argument
976 udc = container_of(_gadget, struct pxa25x_udc, gadget);
991 static int pxa25x_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) argument
995 udc = container_of(_gadget, struct pxa25x_udc, gadget);
H A Dr8a66597-udc.c1782 static int r8a66597_get_frame(struct usb_gadget *_gadget) argument
1784 struct r8a66597 *r8a66597 = gadget_to_r8a66597(_gadget);
H A Dci13xxx_udc.c2478 static int ci13xxx_vbus_session(struct usb_gadget *_gadget, int is_active) argument
2480 struct ci13xxx *udc = container_of(_gadget, struct ci13xxx, gadget);
2495 pm_runtime_get_sync(&_gadget->dev);
2504 pm_runtime_put_sync(&_gadget->dev);
2511 static int ci13xxx_wakeup(struct usb_gadget *_gadget) argument
2513 struct ci13xxx *udc = container_of(_gadget, struct ci13xxx, gadget);
2536 static int ci13xxx_vbus_draw(struct usb_gadget *_gadget, unsigned mA) argument
2538 struct ci13xxx *udc = container_of(_gadget, struct ci13xxx, gadget);
H A Ddummy_hcd.c768 static int dummy_g_get_frame(struct usb_gadget *_gadget) argument
776 static int dummy_wakeup(struct usb_gadget *_gadget) argument
780 dum_hcd = gadget_to_dummy_hcd(_gadget);
799 static int dummy_set_selfpowered(struct usb_gadget *_gadget, int value) argument
803 dum = gadget_to_dummy_hcd(_gadget)->dum;
819 static int dummy_pullup(struct usb_gadget *_gadget, int value) argument
825 dum = gadget_dev_to_dummy(&_gadget->dev);
842 dum_hcd = gadget_to_dummy_hcd(_gadget);
H A Dlangwell_udc.c1094 static int langwell_get_frame(struct usb_gadget *_gadget) argument
1099 if (!_gadget)
1102 dev = container_of(_gadget, struct langwell_udc, gadget);
1139 static int langwell_wakeup(struct usb_gadget *_gadget) argument
1145 if (!_gadget)
1148 dev = container_of(_gadget, struct langwell_udc, gadget);
1187 static int langwell_vbus_session(struct usb_gadget *_gadget, int is_active) argument
1193 if (!_gadget)
1196 dev = container_of(_gadget, struct langwell_udc, gadget);
1222 static int langwell_vbus_draw(struct usb_gadget *_gadget, unsigne argument
1244 langwell_pullup(struct usb_gadget *_gadget, int is_on) argument
[all...]
H A Dpxa27x_udc.c1529 * @_gadget: usb gadget
1531 static int pxa_udc_get_frame(struct usb_gadget *_gadget) argument
1533 struct pxa_udc *udc = to_gadget_udc(_gadget);
1540 * @_gadget: usb gadget
1544 static int pxa_udc_wakeup(struct usb_gadget *_gadget) argument
1546 struct pxa_udc *udc = to_gadget_udc(_gadget);
1603 * @_gadget: usb gadget using the control
1609 static int pxa_udc_pullup(struct usb_gadget *_gadget, int is_active) argument
1611 struct pxa_udc *udc = to_gadget_udc(_gadget);
1630 * @_gadget
1638 pxa_udc_vbus_session(struct usb_gadget *_gadget, int is_active) argument
1663 pxa_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) argument
[all...]
H A Ds3c2410_udc.c1431 static int s3c2410_udc_get_frame(struct usb_gadget *_gadget) argument
1445 static int s3c2410_udc_wakeup(struct usb_gadget *_gadget) argument
1533 static int s3c2410_vbus_draw(struct usb_gadget *_gadget, unsigned ma) argument

Completed in 349 milliseconds