Searched refs:omap_dm_timer (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/platform_data/ |
A D | dmtimer-omap.h | 15 struct omap_dm_timer *(*request)(void); 17 int (*free)(struct omap_dm_timer *timer); 19 void (*enable)(struct omap_dm_timer *timer); 20 void (*disable)(struct omap_dm_timer *timer); 22 int (*get_irq)(struct omap_dm_timer *timer); 23 int (*set_int_enable)(struct omap_dm_timer *timer, 29 int (*start)(struct omap_dm_timer *timer); 30 int (*stop)(struct omap_dm_timer *timer); 38 int (*get_pwm_status)(struct omap_dm_timer *timer); 42 int (*write_counter)(struct omap_dm_timer *timer, [all …]
|
/linux/drivers/clocksource/ |
A D | timer-ti-dm.c | 120 struct omap_dm_timer *timer; in omap_timer_context_notifier() 122 timer = container_of(nb, struct omap_dm_timer, nb); in omap_timer_context_notifier() 288 struct omap_dm_timer *timer = NULL, *t; in _omap_dm_timer_request() 428 int omap_dm_timer_get_irq(struct omap_dm_timer *timer) in omap_dm_timer_get_irq() 450 struct omap_dm_timer *timer = NULL; in omap_dm_timer_modify_idlect_mask() 494 int omap_dm_timer_trigger(struct omap_dm_timer *timer) in omap_dm_timer_trigger() 723 struct omap_dm_timer *timer; in omap_dm_timers_active() 739 struct omap_dm_timer *timer = dev_get_drvdata(dev); in omap_dm_timer_runtime_suspend() 753 struct omap_dm_timer *timer = dev_get_drvdata(dev); in omap_dm_timer_runtime_resume() 780 struct omap_dm_timer *timer; in omap_dm_timer_probe() [all …]
|
/linux/include/clocksource/ |
A D | timer-ti-dm.h | 97 struct omap_dm_timer { struct 123 struct omap_dm_timer *omap_dm_timer_request_by_cap(u32 cap); argument 125 int omap_dm_timer_get_irq(struct omap_dm_timer *timer); 129 int omap_dm_timer_trigger(struct omap_dm_timer *timer); 255 static inline u32 __omap_dm_timer_read(struct omap_dm_timer *timer, u32 reg, in __omap_dm_timer_read() 265 static inline void __omap_dm_timer_write(struct omap_dm_timer *timer, in __omap_dm_timer_write() 275 static inline void __omap_dm_timer_init_regs(struct omap_dm_timer *timer) in __omap_dm_timer_init_regs() 343 static inline void __omap_dm_timer_stop(struct omap_dm_timer *timer, in __omap_dm_timer_stop() 367 static inline void __omap_dm_timer_load_start(struct omap_dm_timer *timer, in __omap_dm_timer_load_start() 375 static inline void __omap_dm_timer_int_enable(struct omap_dm_timer *timer, in __omap_dm_timer_int_enable() [all …]
|
/linux/drivers/pwm/ |
A D | pwm-omap-dmtimer.c | 67 struct omap_dm_timer *dm_timer; 324 struct omap_dm_timer *dm_timer; in pwm_omap_dmtimer_probe()
|
/linux/drivers/remoteproc/ |
A D | omap_remoteproc.c | 79 struct omap_dm_timer *odt;
|
Completed in 16 milliseconds