Lines Matching refs:omap_dm_timer
72 static inline u32 omap_dm_timer_read_reg(struct omap_dm_timer *timer, u32 reg) in omap_dm_timer_read_reg()
88 static void omap_dm_timer_write_reg(struct omap_dm_timer *timer, u32 reg, in omap_dm_timer_write_reg()
95 static void omap_timer_restore_context(struct omap_dm_timer *timer) in omap_timer_restore_context()
112 static int omap_dm_timer_reset(struct omap_dm_timer *timer) in omap_dm_timer_reset()
141 static int omap_dm_timer_of_set_source(struct omap_dm_timer *timer) in omap_dm_timer_of_set_source()
170 static int omap_dm_timer_set_source(struct omap_dm_timer *timer, int source) in omap_dm_timer_set_source()
226 static void omap_dm_timer_enable(struct omap_dm_timer *timer) in omap_dm_timer_enable()
245 static void omap_dm_timer_disable(struct omap_dm_timer *timer) in omap_dm_timer_disable()
250 static int omap_dm_timer_prepare(struct omap_dm_timer *timer) in omap_dm_timer_prepare()
301 static struct omap_dm_timer *_omap_dm_timer_request(int req_type, void *data) in _omap_dm_timer_request()
303 struct omap_dm_timer *timer = NULL, *t; in _omap_dm_timer_request()
385 static struct omap_dm_timer *omap_dm_timer_request(void) in omap_dm_timer_request()
390 static struct omap_dm_timer *omap_dm_timer_request_specific(int id) in omap_dm_timer_request_specific()
411 struct omap_dm_timer *omap_dm_timer_request_by_cap(u32 cap) in omap_dm_timer_request_by_cap()
423 static struct omap_dm_timer *omap_dm_timer_request_by_node(struct device_node *np) in omap_dm_timer_request_by_node()
431 static int omap_dm_timer_free(struct omap_dm_timer *timer) in omap_dm_timer_free()
443 int omap_dm_timer_get_irq(struct omap_dm_timer *timer) in omap_dm_timer_get_irq()
453 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *timer) in omap_dm_timer_get_fclk()
465 struct omap_dm_timer *timer = NULL; in omap_dm_timer_modify_idlect_mask()
493 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *timer) in omap_dm_timer_get_fclk()
509 int omap_dm_timer_trigger(struct omap_dm_timer *timer) in omap_dm_timer_trigger()
520 static int omap_dm_timer_start(struct omap_dm_timer *timer) in omap_dm_timer_start()
540 static int omap_dm_timer_stop(struct omap_dm_timer *timer) in omap_dm_timer_stop()
563 static int omap_dm_timer_set_load(struct omap_dm_timer *timer, int autoreload, in omap_dm_timer_set_load()
588 static int omap_dm_timer_set_match(struct omap_dm_timer *timer, int enable, in omap_dm_timer_set_match()
612 static int omap_dm_timer_set_pwm(struct omap_dm_timer *timer, int def_on, in omap_dm_timer_set_pwm()
637 static int omap_dm_timer_set_prescaler(struct omap_dm_timer *timer, in omap_dm_timer_set_prescaler()
660 static int omap_dm_timer_set_int_enable(struct omap_dm_timer *timer, in omap_dm_timer_set_int_enable()
683 static int omap_dm_timer_set_int_disable(struct omap_dm_timer *timer, u32 mask) in omap_dm_timer_set_int_disable()
706 static unsigned int omap_dm_timer_read_status(struct omap_dm_timer *timer) in omap_dm_timer_read_status()
720 static int omap_dm_timer_write_status(struct omap_dm_timer *timer, unsigned int value) in omap_dm_timer_write_status()
730 static unsigned int omap_dm_timer_read_counter(struct omap_dm_timer *timer) in omap_dm_timer_read_counter()
740 static int omap_dm_timer_write_counter(struct omap_dm_timer *timer, unsigned int value) in omap_dm_timer_write_counter()
756 struct omap_dm_timer *timer; in omap_dm_timers_active()
782 struct omap_dm_timer *timer; in omap_dm_timer_probe()
880 struct omap_dm_timer *timer; in omap_dm_timer_remove()