Lines Matching defs:cs
209 static void __clocksource_unstable(struct clocksource *cs) in __clocksource_unstable()
217 static void clocksource_unstable(struct clocksource *cs, int64_t delta) in clocksource_unstable()
233 void clocksource_mark_unstable(struct clocksource *cs) in clocksource_mark_unstable()
248 struct clocksource *cs; in clocksource_watchdog() local
353 struct clocksource *cs; in clocksource_reset_watchdog() local
364 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog()
389 static void clocksource_dequeue_watchdog(struct clocksource *cs) in clocksource_dequeue_watchdog()
418 struct clocksource *cs, *tmp; in clocksource_watchdog_kthread() local
444 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog()
450 static inline void clocksource_dequeue_watchdog(struct clocksource *cs) { } in clocksource_dequeue_watchdog()
461 struct clocksource *cs; in clocksource_suspend() local
473 struct clocksource *cs; in clocksource_resume() local
499 static u32 clocksource_max_adjustment(struct clocksource *cs) in clocksource_max_adjustment()
515 static u64 clocksource_max_deferment(struct clocksource *cs) in clocksource_max_deferment()
566 struct clocksource *best, *cs; in clocksource_select() local
636 static void clocksource_enqueue(struct clocksource *cs) in clocksource_enqueue()
659 void __clocksource_updatefreq_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_updatefreq_scale()
711 int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_register_scale()
734 int clocksource_register(struct clocksource *cs) in clocksource_register()
754 static void __clocksource_change_rating(struct clocksource *cs, int rating) in __clocksource_change_rating()
767 void clocksource_change_rating(struct clocksource *cs, int rating) in clocksource_change_rating()
779 void clocksource_unregister(struct clocksource *cs) in clocksource_unregister()