Lines Matching refs:omap_dm_timer
120 struct omap_dm_timer cookie;
401 static struct dmtimer *to_dmtimer(struct omap_dm_timer *cookie) in to_dmtimer()
409 static int omap_dm_timer_set_source(struct omap_dm_timer *cookie, int source) in omap_dm_timer_set_source()
467 static void omap_dm_timer_enable(struct omap_dm_timer *cookie) in omap_dm_timer_enable()
478 static void omap_dm_timer_disable(struct omap_dm_timer *cookie) in omap_dm_timer_disable()
598 static struct omap_dm_timer *omap_dm_timer_request(void) in omap_dm_timer_request()
609 static struct omap_dm_timer *omap_dm_timer_request_specific(int id) in omap_dm_timer_request_specific()
634 static struct omap_dm_timer *omap_dm_timer_request_by_node(struct device_node *np) in omap_dm_timer_request_by_node()
648 static int omap_dm_timer_free(struct omap_dm_timer *cookie) in omap_dm_timer_free()
674 static int omap_dm_timer_get_irq(struct omap_dm_timer *cookie) in omap_dm_timer_get_irq()
685 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) in omap_dm_timer_get_fclk()
725 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) in omap_dm_timer_get_fclk()
743 static int omap_dm_timer_start(struct omap_dm_timer *cookie) in omap_dm_timer_start()
769 static int omap_dm_timer_stop(struct omap_dm_timer *cookie) in omap_dm_timer_stop()
787 static int omap_dm_timer_set_load(struct omap_dm_timer *cookie, in omap_dm_timer_set_load()
810 static int omap_dm_timer_set_match(struct omap_dm_timer *cookie, int enable, in omap_dm_timer_set_match()
840 static int omap_dm_timer_set_cap(struct omap_dm_timer *cookie, in omap_dm_timer_set_cap()
882 static int omap_dm_timer_set_pwm(struct omap_dm_timer *cookie, int def_on, in omap_dm_timer_set_pwm()
916 static int omap_dm_timer_get_pwm_status(struct omap_dm_timer *cookie) in omap_dm_timer_get_pwm_status()
939 static int omap_dm_timer_set_prescaler(struct omap_dm_timer *cookie, in omap_dm_timer_set_prescaler()
969 static int omap_dm_timer_set_int_enable(struct omap_dm_timer *cookie, in omap_dm_timer_set_int_enable()
999 static int omap_dm_timer_set_int_disable(struct omap_dm_timer *cookie, u32 mask) in omap_dm_timer_set_int_disable()
1027 static unsigned int omap_dm_timer_read_status(struct omap_dm_timer *cookie) in omap_dm_timer_read_status()
1043 static int omap_dm_timer_write_status(struct omap_dm_timer *cookie, unsigned int value) in omap_dm_timer_write_status()
1056 static unsigned int omap_dm_timer_read_counter(struct omap_dm_timer *cookie) in omap_dm_timer_read_counter()
1075 static int omap_dm_timer_write_counter(struct omap_dm_timer *cookie, unsigned int value) in omap_dm_timer_write_counter()
1105 static unsigned int omap_dm_timer_cap_counter(struct omap_dm_timer *cookie, bool is_period) in omap_dm_timer_cap_counter()