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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dr8a66597-udc.h124 #define gadget_to_r8a66597(_gadget) \
125 container_of(_gadget, struct r8a66597, gadget)
H A Dpxa27x_udc.c1504 * @_gadget: usb gadget
1506 static int pxa_udc_get_frame(struct usb_gadget *_gadget) argument
1508 struct pxa_udc *udc = to_gadget_udc(_gadget);
1515 * @_gadget: usb gadget
1519 static int pxa_udc_wakeup(struct usb_gadget *_gadget) argument
1521 struct pxa_udc *udc = to_gadget_udc(_gadget);
1578 * @_gadget: usb gadget using the control
1584 static int pxa_udc_pullup(struct usb_gadget *_gadget, int is_active) argument
1586 struct pxa_udc *udc = to_gadget_udc(_gadget);
1605 * @_gadget
1613 pxa_udc_vbus_session(struct usb_gadget *_gadget, int is_active) argument
1638 pxa_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) argument
[all...]
H A Dnet2280.c1309 static int net2280_get_frame (struct usb_gadget *_gadget) argument
1315 if (!_gadget)
1317 dev = container_of (_gadget, struct net2280, gadget);
1324 static int net2280_wakeup (struct usb_gadget *_gadget) argument
1330 if (!_gadget)
1332 dev = container_of (_gadget, struct net2280, gadget);
1344 static int net2280_set_selfpowered (struct usb_gadget *_gadget, int value) argument
1350 if (!_gadget)
1352 dev = container_of (_gadget, struct net2280, gadget);
1366 static int net2280_pullup(struct usb_gadget *_gadget, in argument
[all...]
H A Dpxa25x_udc.c930 static int pxa25x_udc_get_frame(struct usb_gadget *_gadget) argument
935 static int pxa25x_udc_wakeup(struct usb_gadget *_gadget) argument
981 static int pxa25x_udc_vbus_session(struct usb_gadget *_gadget, int is_active) argument
985 udc = container_of(_gadget, struct pxa25x_udc, gadget);
993 static int pxa25x_udc_pullup(struct usb_gadget *_gadget, int is_active) argument
997 udc = container_of(_gadget, struct pxa25x_udc, gadget);
1012 static int pxa25x_udc_vbus_draw(struct usb_gadget *_gadget, unsigned mA) argument
1016 udc = container_of(_gadget, struct pxa25x_udc, gadget);
H A Ddummy_hcd.c650 static int dummy_g_get_frame (struct usb_gadget *_gadget) argument
658 static int dummy_wakeup (struct usb_gadget *_gadget) argument
662 dum = gadget_to_dummy (_gadget);
680 static int dummy_set_selfpowered (struct usb_gadget *_gadget, int value) argument
684 dum = gadget_to_dummy (_gadget);
692 static int dummy_pullup (struct usb_gadget *_gadget, int value) argument
697 dum = gadget_to_dummy (_gadget);
H A Dlangwell_udc.c1155 static int langwell_get_frame(struct usb_gadget *_gadget) argument
1160 if (!_gadget)
1163 dev = container_of(_gadget, struct langwell_udc, gadget);
1174 static int langwell_wakeup(struct usb_gadget *_gadget) argument
1180 if (!_gadget)
1183 dev = container_of(_gadget, struct langwell_udc, gadget);
1224 static int langwell_vbus_session(struct usb_gadget *_gadget, int is_active) argument
1230 if (!_gadget)
1233 dev = container_of(_gadget, struct langwell_udc, gadget);
1258 static int langwell_vbus_draw(struct usb_gadget *_gadget, unsigne argument
1280 langwell_pullup(struct usb_gadget *_gadget, int is_on) argument
[all...]
H A Dm66592-udc.h511 #define gadget_to_m66592(_gadget) container_of(_gadget, struct m66592, gadget)
H A Dimx_udc.c319 static int imx_udc_get_frame(struct usb_gadget *_gadget) argument
321 struct imx_udc_struct *imx_usb = container_of(_gadget,
327 static int imx_udc_wakeup(struct usb_gadget *_gadget) argument
H A Dlh7a40x_udc.c1924 static int lh7a40x_udc_get_frame(struct usb_gadget *_gadget) argument
1928 DEBUG("%s, %p\n", __func__, _gadget);
1932 static int lh7a40x_udc_wakeup(struct usb_gadget *_gadget) argument
H A Ds3c2410_udc.c1426 static int s3c2410_udc_get_frame(struct usb_gadget *_gadget) argument
1440 static int s3c2410_udc_wakeup(struct usb_gadget *_gadget) argument
1526 static int s3c2410_vbus_draw(struct usb_gadget *_gadget, unsigned ma) argument
H A Dm66592-udc.c1538 static int m66592_get_frame(struct usb_gadget *_gadget) argument
1540 struct m66592 *m66592 = gadget_to_m66592(_gadget);
H A Dr8a66597-udc.c1488 static int r8a66597_get_frame(struct usb_gadget *_gadget) argument
1490 struct r8a66597 *r8a66597 = gadget_to_r8a66597(_gadget);
H A Dgoku_udc.c973 static int goku_get_frame(struct usb_gadget *_gadget) argument

Completed in 93 milliseconds