Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dat91_udc.h93 struct at91_udc *udc;
107 int (*init)(struct at91_udc *udc);
108 void (*pullup)(struct at91_udc *udc, int is_on);
123 struct at91_udc { struct
149 static inline struct at91_udc *to_udc(struct usb_gadget *g) in to_udc()
151 return container_of(g, struct at91_udc, gadget); in to_udc()
H A Dat91_udc.c3 * at91_udc -- driver for at91-series USB peripheral controller
34 #include "at91_udc.h"
57 static const char driver_name [] = "at91_udc";
114 struct at91_udc *udc = ep->udc; in proc_ep_show()
184 struct at91_udc *udc = s->private; in proc_udc_show()
237 static void create_debug_file(struct at91_udc *udc) in create_debug_file()
243 static void remove_debug_file(struct at91_udc *udc) in remove_debug_file()
251 static inline void create_debug_file(struct at91_udc *udc) {} in create_debug_file()
252 static inline void remove_debug_file(struct at91_udc *udc) {} in remove_debug_file()
262 struct at91_udc *ud in done()
[all...]
H A DMakefile21 obj-$(CONFIG_USB_AT91) += at91_udc.o
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dat91_udc.h93 struct at91_udc *udc;
107 int (*init)(struct at91_udc *udc);
108 void (*pullup)(struct at91_udc *udc, int is_on);
121 struct at91_udc { struct
147 static inline struct at91_udc *to_udc(struct usb_gadget *g) in to_udc()
149 return container_of(g, struct at91_udc, gadget); in to_udc()
H A Dat91_udc.c3 * at91_udc -- driver for at91-series USB peripheral controller
34 #include "at91_udc.h"
57 static const char driver_name [] = "at91_udc";
114 struct at91_udc *udc = ep->udc; in proc_ep_show()
184 struct at91_udc *udc = s->private; in proc_udc_show()
237 static void create_debug_file(struct at91_udc *udc) in create_debug_file()
243 static void remove_debug_file(struct at91_udc *udc) in remove_debug_file()
251 static inline void create_debug_file(struct at91_udc *udc) {} in create_debug_file()
252 static inline void remove_debug_file(struct at91_udc *udc) {} in remove_debug_file()
262 struct at91_udc *ud in done()
[all...]
H A DMakefile20 obj-$(CONFIG_USB_AT91) += at91_udc.o

Completed in 4 milliseconds