Lines Matching refs:omap_dm_timer

120 	struct omap_dm_timer cookie;
386 static struct dmtimer *to_dmtimer(struct omap_dm_timer *cookie) in to_dmtimer()
394 static int omap_dm_timer_set_source(struct omap_dm_timer *cookie, int source) in omap_dm_timer_set_source()
452 static void omap_dm_timer_enable(struct omap_dm_timer *cookie) in omap_dm_timer_enable()
463 static void omap_dm_timer_disable(struct omap_dm_timer *cookie) in omap_dm_timer_disable()
583 static struct omap_dm_timer *omap_dm_timer_request(void) in omap_dm_timer_request()
594 static struct omap_dm_timer *omap_dm_timer_request_specific(int id) in omap_dm_timer_request_specific()
619 static struct omap_dm_timer *omap_dm_timer_request_by_node(struct device_node *np) in omap_dm_timer_request_by_node()
633 static int omap_dm_timer_free(struct omap_dm_timer *cookie) in omap_dm_timer_free()
659 static int omap_dm_timer_get_irq(struct omap_dm_timer *cookie) in omap_dm_timer_get_irq()
670 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) in omap_dm_timer_get_fclk()
710 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) in omap_dm_timer_get_fclk()
728 static int omap_dm_timer_start(struct omap_dm_timer *cookie) in omap_dm_timer_start()
754 static int omap_dm_timer_stop(struct omap_dm_timer *cookie) in omap_dm_timer_stop()
776 static int omap_dm_timer_set_load(struct omap_dm_timer *cookie, in omap_dm_timer_set_load()
799 static int omap_dm_timer_set_match(struct omap_dm_timer *cookie, int enable, in omap_dm_timer_set_match()
829 static int omap_dm_timer_set_pwm(struct omap_dm_timer *cookie, int def_on, in omap_dm_timer_set_pwm()
863 static int omap_dm_timer_get_pwm_status(struct omap_dm_timer *cookie) in omap_dm_timer_get_pwm_status()
886 static int omap_dm_timer_set_prescaler(struct omap_dm_timer *cookie, in omap_dm_timer_set_prescaler()
916 static int omap_dm_timer_set_int_enable(struct omap_dm_timer *cookie, in omap_dm_timer_set_int_enable()
946 static int omap_dm_timer_set_int_disable(struct omap_dm_timer *cookie, u32 mask) in omap_dm_timer_set_int_disable()
974 static unsigned int omap_dm_timer_read_status(struct omap_dm_timer *cookie) in omap_dm_timer_read_status()
990 static int omap_dm_timer_write_status(struct omap_dm_timer *cookie, unsigned int value) in omap_dm_timer_write_status()
1003 static unsigned int omap_dm_timer_read_counter(struct omap_dm_timer *cookie) in omap_dm_timer_read_counter()
1016 static int omap_dm_timer_write_counter(struct omap_dm_timer *cookie, unsigned int value) in omap_dm_timer_write_counter()