Home
last modified time | relevance | path

Searched defs:omap_dm_timer_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/platform_data/
Ddmtimer-omap.h23 struct omap_dm_timer_ops { struct
24 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 …]