Searched defs:omap_dm_timer_ops (Results 1 – 1 of 1) sorted by relevance
23 struct omap_dm_timer_ops { struct24 struct omap_dm_timer *(*request_by_node)(struct device_node *np);25 struct omap_dm_timer *(*request_specific)(int timer_id);26 struct omap_dm_timer *(*request)(void);28 int (*free)(struct omap_dm_timer *timer);30 void (*enable)(struct omap_dm_timer *timer);31 void (*disable)(struct omap_dm_timer *timer);33 int (*get_irq)(struct omap_dm_timer *timer);34 int (*set_int_enable)(struct omap_dm_timer *timer,36 int (*set_int_disable)(struct omap_dm_timer *timer, u32 mask);[all …]