Searched refs:omap_dm_timer (Results 1 - 5 of 5) sorted by relevance

/linux-master/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 *time
[all...]
/linux-master/drivers/clocksource/
H A Dtimer-ti-dm.c119 struct omap_dm_timer cookie;
400 static struct dmtimer *to_dmtimer(struct omap_dm_timer *cookie)
408 static int omap_dm_timer_set_source(struct omap_dm_timer *cookie, int source)
466 static void omap_dm_timer_enable(struct omap_dm_timer *cookie)
477 static void omap_dm_timer_disable(struct omap_dm_timer *cookie)
597 static struct omap_dm_timer *omap_dm_timer_request(void)
608 static struct omap_dm_timer *omap_dm_timer_request_specific(int id)
633 static struct omap_dm_timer *omap_dm_timer_request_by_node(struct device_node *np)
647 static int omap_dm_timer_free(struct omap_dm_timer *cookie)
673 static int omap_dm_timer_get_irq(struct omap_dm_timer *cooki
[all...]
/linux-master/include/clocksource/
H A Dtimer-ti-dm.h62 struct omap_dm_timer { struct
/linux-master/drivers/pwm/
H A Dpwm-omap-dmtimer.c62 struct omap_dm_timer *dm_timer;
314 struct omap_dm_timer *dm_timer;
/linux-master/drivers/remoteproc/
H A Domap_remoteproc.c80 struct omap_dm_timer *odt;

Completed in 259 milliseconds