Searched refs:pxa25x_udc (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/gadget/udc/ |
D | pxa25x_udc.c | 301 static inline void udc_set_reg(struct pxa25x_udc *dev, u32 reg, u32 val) in udc_set_reg() 306 static inline u32 udc_get_reg(struct pxa25x_udc *dev, u32 reg) in udc_get_reg() 311 static inline void udc_set_reg(struct pxa25x_udc *dev, u32 reg, u32 val) in udc_set_reg() 316 static inline u32 udc_get_reg(struct pxa25x_udc *dev, u32 reg) in udc_get_reg() 355 static inline void udc_set_mask_UDCCR(struct pxa25x_udc *dev, int mask) in udc_set_mask_UDCCR() 362 static inline void udc_clear_mask_UDCCR(struct pxa25x_udc *dev, int mask) in udc_clear_mask_UDCCR() 369 static inline void udc_ack_int_UDCCR(struct pxa25x_udc *dev, int mask) in udc_ack_int_UDCCR() 387 static inline u32 udc_ep0_get_UDCCS(struct pxa25x_udc *dev) in udc_ep0_get_UDCCS() 392 static inline void udc_ep0_set_UDCCS(struct pxa25x_udc *dev, u32 data) in udc_ep0_set_UDCCS() 430 struct pxa25x_udc *dev; in pxa25x_ep_enable() [all …]
|
D | pxa25x_udc.h | 38 struct pxa25x_udc; 42 struct pxa25x_udc *dev; 99 struct pxa25x_udc { struct 130 #define to_pxa25x(g) (container_of((g), struct pxa25x_udc, gadget)) argument 139 static struct pxa25x_udc *the_controller; 204 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
|