Lines Matching refs:omap_dm_timer
119 struct omap_dm_timer cookie;
400 static struct dmtimer *to_dmtimer(struct omap_dm_timer *cookie) in to_dmtimer()
408 static int omap_dm_timer_set_source(struct omap_dm_timer *cookie, int source) in omap_dm_timer_set_source()
466 static void omap_dm_timer_enable(struct omap_dm_timer *cookie) in omap_dm_timer_enable()
477 static void omap_dm_timer_disable(struct omap_dm_timer *cookie) in omap_dm_timer_disable()
597 static struct omap_dm_timer *omap_dm_timer_request(void) in omap_dm_timer_request()
608 static struct omap_dm_timer *omap_dm_timer_request_specific(int id) in omap_dm_timer_request_specific()
633 static struct omap_dm_timer *omap_dm_timer_request_by_node(struct device_node *np) in omap_dm_timer_request_by_node()
647 static int omap_dm_timer_free(struct omap_dm_timer *cookie) in omap_dm_timer_free()
673 static int omap_dm_timer_get_irq(struct omap_dm_timer *cookie) in omap_dm_timer_get_irq()
684 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) in omap_dm_timer_get_fclk()
724 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) in omap_dm_timer_get_fclk()
742 static int omap_dm_timer_start(struct omap_dm_timer *cookie) in omap_dm_timer_start()
768 static int omap_dm_timer_stop(struct omap_dm_timer *cookie) in omap_dm_timer_stop()
786 static int omap_dm_timer_set_load(struct omap_dm_timer *cookie, in omap_dm_timer_set_load()
809 static int omap_dm_timer_set_match(struct omap_dm_timer *cookie, int enable, in omap_dm_timer_set_match()
839 static int omap_dm_timer_set_pwm(struct omap_dm_timer *cookie, int def_on, in omap_dm_timer_set_pwm()
873 static int omap_dm_timer_get_pwm_status(struct omap_dm_timer *cookie) in omap_dm_timer_get_pwm_status()
896 static int omap_dm_timer_set_prescaler(struct omap_dm_timer *cookie, in omap_dm_timer_set_prescaler()
926 static int omap_dm_timer_set_int_enable(struct omap_dm_timer *cookie, in omap_dm_timer_set_int_enable()
956 static int omap_dm_timer_set_int_disable(struct omap_dm_timer *cookie, u32 mask) in omap_dm_timer_set_int_disable()
984 static unsigned int omap_dm_timer_read_status(struct omap_dm_timer *cookie) in omap_dm_timer_read_status()
1000 static int omap_dm_timer_write_status(struct omap_dm_timer *cookie, unsigned int value) in omap_dm_timer_write_status()
1013 static unsigned int omap_dm_timer_read_counter(struct omap_dm_timer *cookie) in omap_dm_timer_read_counter()
1026 static int omap_dm_timer_write_counter(struct omap_dm_timer *cookie, unsigned int value) in omap_dm_timer_write_counter()