Searched refs:pxa25x_udc (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | pxa25x_udc.h | 47 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 D | pxa25x_udc.c | 69 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 D | Makefile | 39 obj-$(CONFIG_CPU_PXA25X) += pxa25x_udc.o
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | pxa25x_udc.c | 297 static inline void udc_set_reg(struct pxa25x_udc *dev, u32 reg, u32 val) in udc_set_reg() 302 static inline u32 udc_get_reg(struct pxa25x_udc *dev, u32 reg) in udc_get_reg() 307 static inline void udc_set_reg(struct pxa25x_udc *dev, u32 reg, u32 val) in udc_set_reg() 312 static inline u32 udc_get_reg(struct pxa25x_udc *dev, u32 reg) in udc_get_reg() 351 static inline void udc_set_mask_UDCCR(struct pxa25x_udc *dev, int mask) in udc_set_mask_UDCCR() 358 static inline void udc_clear_mask_UDCCR(struct pxa25x_udc *dev, int mask) in udc_clear_mask_UDCCR() 365 static inline void udc_ack_int_UDCCR(struct pxa25x_udc *dev, int mask) in udc_ack_int_UDCCR() 383 static inline u32 udc_ep0_get_UDCCS(struct pxa25x_udc *dev) in udc_ep0_get_UDCCS() 388 static inline void udc_ep0_set_UDCCS(struct pxa25x_udc *dev, u32 data) in udc_ep0_set_UDCCS() 426 struct pxa25x_udc *dev; in pxa25x_ep_enable() [all …]
|
| H A D | pxa25x_udc.h | 33 struct pxa25x_udc; 37 struct pxa25x_udc *dev; 94 struct pxa25x_udc { struct 125 #define to_pxa25x(g) (container_of((g), struct pxa25x_udc, gadget)) argument 134 static struct pxa25x_udc *the_controller; 199 dump_state(struct pxa25x_udc *dev) in dump_state()
|
| H A D | Makefile | 16 obj-$(CONFIG_USB_PXA25X) += pxa25x_udc.o
|
| H A D | Kconfig | 157 dynamically linked module called "pxa25x_udc" and force all
|