Home
last modified time | relevance | path

Searched refs:omap_dm_timer (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/platform_data/
H A Ddmtimer-omap.h13 struct omap_dm_timer *(*request_by_node)(struct device_node *np);
14 struct omap_dm_timer *(*request_specific)(int timer_id);
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,
25 int (*set_int_disable)(struct omap_dm_timer *timer, u32 mask);
27 struct clk *(*get_fclk)(struct omap_dm_timer *timer);
[all …]
/linux/include/clocksource/
H A Dtimer-ti-dm.h62 struct omap_dm_timer { struct
/linux/drivers/pwm/
H A Dpwm-omap-dmtimer.c62 struct omap_dm_timer *dm_timer;
314 struct omap_dm_timer *dm_timer; in pwm_omap_dmtimer_probe()
/linux/drivers/remoteproc/
H A Domap_remoteproc.c84 struct omap_dm_timer *odt;