Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
A Ddmtimer-omap.h15 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 Dtimer-ti-dm.c120 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 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()
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 Dpwm-omap-dmtimer.c67 struct omap_dm_timer *dm_timer;
324 struct omap_dm_timer *dm_timer; in pwm_omap_dmtimer_probe()
/linux/drivers/remoteproc/
A Domap_remoteproc.c79 struct omap_dm_timer *odt;

Completed in 12 milliseconds