Searched refs:omap_dm_timer (Results 1 – 4 of 4) sorted by relevance
102 struct omap_dm_timer { struct128 struct omap_dm_timer *omap_dm_timer_request(void); argument129 struct omap_dm_timer *omap_dm_timer_request_specific(int timer_id);130 struct omap_dm_timer *omap_dm_timer_request_by_cap(u32 cap);131 struct omap_dm_timer *omap_dm_timer_request_by_node(struct device_node *np);132 int omap_dm_timer_free(struct omap_dm_timer *timer);133 void omap_dm_timer_enable(struct omap_dm_timer *timer);134 void omap_dm_timer_disable(struct omap_dm_timer *timer);136 int omap_dm_timer_get_irq(struct omap_dm_timer *timer);139 struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *timer);[all …]
71 static inline u32 omap_dm_timer_read_reg(struct omap_dm_timer *timer, u32 reg) in omap_dm_timer_read_reg()87 static void omap_dm_timer_write_reg(struct omap_dm_timer *timer, u32 reg, in omap_dm_timer_write_reg()94 static void omap_timer_restore_context(struct omap_dm_timer *timer) in omap_timer_restore_context()111 static int omap_dm_timer_reset(struct omap_dm_timer *timer) in omap_dm_timer_reset()140 static int omap_dm_timer_prepare(struct omap_dm_timer *timer) in omap_dm_timer_prepare()187 static struct omap_dm_timer *_omap_dm_timer_request(int req_type, void *data) in _omap_dm_timer_request()189 struct omap_dm_timer *timer = NULL, *t; in _omap_dm_timer_request()271 struct omap_dm_timer *omap_dm_timer_request(void) in omap_dm_timer_request()277 struct omap_dm_timer *omap_dm_timer_request_specific(int id) in omap_dm_timer_request_specific()299 struct omap_dm_timer *omap_dm_timer_request_by_cap(u32 cap) in omap_dm_timer_request_by_cap()[all …]
68 static struct omap_dm_timer clkev;229 static int __init omap_dm_timer_init_one(struct omap_dm_timer *timer, in omap_dm_timer_init_one()363 static struct omap_dm_timer clksrc;
47 struct omap_dm_timer *pwm_timer;48 struct omap_dm_timer *pulse_timer;