Searched refs:pxa2xx_udc (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A DMakefile6 obj-$(CONFIG_USB_PXA2XX) += pxa2xx_udc.o
H A Dpxa2xx_udc.c2 * linux/drivers/usb/gadget/pxa2xx_udc.c
85 static const char driver_name [] = "pxa2xx_udc";
104 #include "pxa2xx_udc.h"
248 struct pxa2xx_udc *dev;
450 static inline void ep0_idle (struct pxa2xx_udc *dev)
548 void ep0start(struct pxa2xx_udc *dev, u32 flags, const char *tag)
902 struct pxa2xx_udc *dev;
1224 static void stop_activity(struct pxa2xx_udc *, struct usb_gadget_driver *);
1225 static void udc_enable (struct pxa2xx_udc *);
1226 static void udc_disable(struct pxa2xx_udc *);
[all...]
H A Dpxa2xx_udc.h2 * linux/drivers/usb/gadget/pxa2xx_udc.h
48 struct pxa2xx_udc;
52 struct pxa2xx_udc *dev;
119 struct pxa2xx_udc { struct
178 static struct pxa2xx_udc *the_controller;
241 dump_state(struct pxa2xx_udc *dev)

Completed in 213 milliseconds