Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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