Lines Matching defs:clocksource
10 #include <linux/clocksource.h>
47 struct clocksource cs;
248 static struct sh_tmu_channel *cs_to_sh_tmu(struct clocksource *cs)
253 static u64 sh_tmu_clocksource_read(struct clocksource *cs)
260 static int sh_tmu_clocksource_enable(struct clocksource *cs)
275 static void sh_tmu_clocksource_disable(struct clocksource *cs)
286 static void sh_tmu_clocksource_suspend(struct clocksource *cs)
299 static void sh_tmu_clocksource_resume(struct clocksource *cs)
315 struct clocksource *cs = &ch->cs;
439 bool clockevent, bool clocksource)
444 } else if (clocksource) {
453 bool clockevent, bool clocksource,
457 if (!clockevent && !clocksource)
476 clockevent, clocksource);