Searched refs:at91_udc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dat91_udc.h107 struct at91_udc *udc;
127 struct at91_udc { struct
152 static inline struct at91_udc *to_udc(struct usb_gadget *g)
154 return container_of(g, struct at91_udc, gadget);
H A Dat91_udc.c2 * at91_udc -- driver for at91-series USB peripheral controller
53 #include "at91_udc.h"
76 static const char driver_name [] = "at91_udc";
106 struct at91_udc *udc = ep->udc;
176 struct at91_udc *udc = s->private;
242 static void create_debug_file(struct at91_udc *udc)
247 static void remove_debug_file(struct at91_udc *udc)
255 static inline void create_debug_file(struct at91_udc *udc) {}
256 static inline void remove_debug_file(struct at91_udc *udc) {}
266 struct at91_udc *ud
[all...]
H A DMakefile18 obj-$(CONFIG_USB_AT91) += at91_udc.o

Completed in 113 milliseconds