Lines Matching refs:clocksource
10 #include <linux/clocksource.h>
27 struct clocksource cs;
71 static inline struct timer16_priv *cs_to_priv(struct clocksource *cs)
76 static u64 timer16_clocksource_read(struct clocksource *cs)
87 static int timer16_enable(struct clocksource *cs)
103 static void timer16_disable(struct clocksource *cs)
139 pr_err("failed to get clock for clocksource\n");
146 pr_err("failed to map registers for clocksource\n");
152 pr_err("failed to map registers for clocksource\n");
174 pr_err("failed to request irq %d of clocksource\n", irq);