Searched defs:omap_dm_timer_ops (Results 1 – 2 of 2) sorted by relevance
111234 struct omap_dm_timer_ops { struct111235 struct omap_dm_timer * (*request_by_node)(struct device_node *);111236 struct omap_dm_timer * (*request_specific)(int);111237 struct omap_dm_timer * (*request)();111238 int (*free)(struct omap_dm_timer *);111239 void (*enable)(struct omap_dm_timer *);111240 void (*disable)(struct omap_dm_timer *);111241 int (*get_irq)(struct omap_dm_timer *);111242 int (*set_int_enable)(struct omap_dm_timer *, unsigned int);111243 int (*set_int_disable)(struct omap_dm_timer *, u32);[all …]