Searched refs:lh7a40x_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 Dlh7a40x_udc.h2 * linux/drivers/usb/gadget/lh7a40x_udc.h
218 struct lh7a40x_udc *dev;
239 struct lh7a40x_udc { struct
253 extern struct lh7a40x_udc *the_controller;
H A Dlh7a40x_udc.c2 * linux/drivers/usb/gadget/lh7a40x_udc.c
27 #include "lh7a40x_udc.h"
51 struct lh7a40x_udc *the_controller;
53 static const char driver_name[] = "lh7a40x_udc";
84 static void lh7a40x_ep0_kick(struct lh7a40x_udc *dev, struct lh7a40x_ep *ep);
85 static void lh7a40x_handle_ep0(struct lh7a40x_udc *dev, u32 intr);
91 static void stop_activity(struct lh7a40x_udc *dev,
94 static void udc_enable(struct lh7a40x_udc *dev);
95 static void udc_set_address(struct lh7a40x_udc *dev, unsigned char address);
198 struct lh7a40x_udc *de
[all...]
H A DMakefile16 obj-$(CONFIG_USB_LH7A40X) += lh7a40x_udc.o

Completed in 126 milliseconds