Searched refs:pxa25x_udc (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/usb/gadget/udc/ |
| 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 …]
|
| 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()
|
| D | Makefile | 16 obj-$(CONFIG_USB_PXA25X) += pxa25x_udc.o
|
| D | Kconfig | 155 dynamically linked module called "pxa25x_udc" and force all
|