Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/platform_data/
A Ddmtimer-omap.h12 struct omap_dm_timer_ops { struct
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,
27 struct clk *(*get_fclk)(struct omap_dm_timer *timer);
29 int (*start)(struct omap_dm_timer *timer);
30 int (*stop)(struct omap_dm_timer *timer);
[all …]

Completed in 5 milliseconds