Lines Matching defs:clocksource
10 #include <linux/clocksource.h>
106 struct clocksource cs;
622 /* adjust the timeout to maximum if only clocksource left */
632 static struct sh_cmt_channel *cs_to_sh_cmt(struct clocksource *cs)
637 static u64 sh_cmt_clocksource_read(struct clocksource *cs)
661 static int sh_cmt_clocksource_enable(struct clocksource *cs)
677 static void sh_cmt_clocksource_disable(struct clocksource *cs)
687 static void sh_cmt_clocksource_suspend(struct clocksource *cs)
698 static void sh_cmt_clocksource_resume(struct clocksource *cs)
712 struct clocksource *cs = &ch->cs;
857 bool clockevent, bool clocksource)
868 if (clocksource) {
878 bool clocksource, struct sh_cmt_device *cmt)
884 if (!clockevent && !clocksource)
927 clockevent, clocksource);
1081 bool clocksource = i == 1 || cmt->num_channels == 1;
1085 clockevent, clocksource, cmt);