Searched refs:omap_dm_timer (Results 1 – 5 of 5) sorted by relevance
15 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 …]
119 struct omap_dm_timer cookie;400 static struct dmtimer *to_dmtimer(struct omap_dm_timer *cookie) in to_dmtimer()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()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()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()[all …]
62 struct omap_dm_timer { struct
62 struct omap_dm_timer *dm_timer;314 struct omap_dm_timer *dm_timer; in pwm_omap_dmtimer_probe()
80 struct omap_dm_timer *odt;
Completed in 18 milliseconds