Home
last modified time | relevance | path

Searched refs:omap_dm_timer (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/platform_data/
Ddmtimer-omap.h13 struct omap_dm_timer *(*request_by_node)(struct device_node *np);
14 struct omap_dm_timer *(*request_specific)(int timer_id);
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,
25 int (*set_int_disable)(struct omap_dm_timer *timer, u32 mask);
27 struct clk *(*get_fclk)(struct omap_dm_timer *timer);
[all …]
/Linux-v5.15/drivers/clocksource/
Dtimer-ti-dm.c56 static inline u32 omap_dm_timer_read_reg(struct omap_dm_timer *timer, u32 reg) in omap_dm_timer_read_reg()
72 static void omap_dm_timer_write_reg(struct omap_dm_timer *timer, u32 reg, in omap_dm_timer_write_reg()
79 static void omap_timer_restore_context(struct omap_dm_timer *timer) in omap_timer_restore_context()
99 static void omap_timer_save_context(struct omap_dm_timer *timer) in omap_timer_save_context()
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()
144 static int omap_dm_timer_reset(struct omap_dm_timer *timer) in omap_dm_timer_reset()
173 static int omap_dm_timer_set_source(struct omap_dm_timer *timer, int source) in omap_dm_timer_set_source()
229 static void omap_dm_timer_enable(struct omap_dm_timer *timer) in omap_dm_timer_enable()
234 static void omap_dm_timer_disable(struct omap_dm_timer *timer) in omap_dm_timer_disable()
[all …]
/Linux-v5.15/include/clocksource/
Dtimer-ti-dm.h97 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()
310 static inline void __omap_dm_timer_enable_posted(struct omap_dm_timer *timer) in __omap_dm_timer_enable_posted()
337 static inline void __omap_dm_timer_override_errata(struct omap_dm_timer *timer, in __omap_dm_timer_override_errata()
343 static inline void __omap_dm_timer_stop(struct omap_dm_timer *timer, in __omap_dm_timer_stop()
[all …]
/Linux-v5.15/drivers/pwm/
Dpwm-omap-dmtimer.c67 struct omap_dm_timer *dm_timer;
324 struct omap_dm_timer *dm_timer; in pwm_omap_dmtimer_probe()
/Linux-v5.15/drivers/remoteproc/
Domap_remoteproc.c79 struct omap_dm_timer *odt;