Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa25x_udc.h47 struct pxa25x_udc;
51 struct pxa25x_udc *dev;
112 struct pxa25x_udc *udc;
114 void (*function)(struct pxa25x_udc *udc);
117 struct pxa25x_udc { struct
142 static struct pxa25x_udc *the_controller; argument
H A Dpxa25x_udc.c69 static inline void start_watchdog(struct pxa25x_udc *udc) in start_watchdog()
76 static inline void stop_watchdog(struct pxa25x_udc *udc) in stop_watchdog()
82 static inline void test_watchdog(struct pxa25x_udc *udc) in test_watchdog()
96 static void udc_watchdog(struct pxa25x_udc *dev) in udc_watchdog()
155 dump_state(struct pxa25x_udc *dev) in dump_state()
195 static inline void dump_state(struct pxa25x_udc *dev) { } in dump_state()
298 struct pxa25x_udc *dev; in pxa25x_ep_enable()
439 static inline void ep0_idle(struct pxa25x_udc *dev) in ep0_idle()
533 void ep0start(struct pxa25x_udc *dev, u32 flags, const char *tag) in ep0start()
728 struct pxa25x_udc *dev; in pxa25x_ep_queue()
[all …]
H A DMakefile39 obj-$(CONFIG_CPU_PXA25X) += pxa25x_udc.o