Home
last modified time | relevance | path

Searched refs:at91_udc (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dat91_udc.c114 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 *udc = ep->udc; in done()
475 struct at91_udc *udc; in at91_ep_enable()
552 struct at91_udc *udc = ep->udc; in at91_ep_disable()
609 struct at91_udc *udc; in at91_ep_queue()
[all …]
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() argument
151 return container_of(g, struct at91_udc, gadget); in to_udc()
H A DMakefile21 obj-$(CONFIG_USB_AT91) += at91_udc.o
H A DKconfig43 dynamically linked module called "at91_udc" and force all
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dat91_udc.h94 struct at91_udc *udc;
108 int (*init)(struct at91_udc *udc);
109 void (*pullup)(struct at91_udc *udc, int is_on);
116 struct at91_udc { struct
138 static inline struct at91_udc *to_udc(struct usb_gadget *g) in to_udc() argument
140 return container_of(g, struct at91_udc, gadget); in to_udc()
H A Dat91_udc.c67 static struct at91_udc *controller;
74 struct at91_udc *udc = ep->udc; in done()
287 struct at91_udc *udc; in at91_ep_enable()
364 struct at91_udc *udc = ep->udc; in at91_ep_disable()
421 struct at91_udc *udc; in at91_ep_queue()
546 struct at91_udc *udc = ep->udc; in at91_ep_set_halt()
600 struct at91_udc *udc = to_udc(gadget); in at91_get_frame()
609 struct at91_udc *udc = to_udc(gadget); in at91_wakeup()
634 static void udc_reinit(struct at91_udc *udc) in udc_reinit()
656 static void reset_gadget(struct at91_udc *udc) in reset_gadget()
[all …]
H A DMakefile19 obj-$(CONFIG_USB_GADGET_AT91) += at91_udc.o