Searched refs:lpc32xx_udc (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/usb/gadget/udc/
H A DMakefile32 obj-$(CONFIG_USB_LPC32XX) += lpc32xx_udc.o
H A Dlpc32xx_udc.c101 struct lpc32xx_udc *udc;
125 struct lpc32xx_udc { struct
182 static inline struct lpc32xx_udc *to_udc(struct usb_gadget *g)
184 return container_of(g, struct lpc32xx_udc, gadget);
462 static const char driver_name[] = "lpc32xx_udc";
499 struct lpc32xx_udc *udc = s->private;
528 static void create_debug_file(struct lpc32xx_udc *udc)
533 static void remove_debug_file(struct lpc32xx_udc *udc)
539 static inline void create_debug_file(struct lpc32xx_udc *udc) {}
540 static inline void remove_debug_file(struct lpc32xx_udc *ud
[all...]

Completed in 203 milliseconds