Lines Matching defs:cs

137 static void __clocksource_unstable(struct clocksource *cs)  in __clocksource_unstable()
154 void clocksource_mark_unstable(struct clocksource *cs) in clocksource_mark_unstable()
169 struct clocksource *cs; in clocksource_watchdog() local
299 struct clocksource *cs; in clocksource_reset_watchdog() local
310 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog()
335 static void clocksource_dequeue_watchdog(struct clocksource *cs) in clocksource_dequeue_watchdog()
353 struct clocksource *cs, *tmp; in __clocksource_watchdog_kthread() local
391 static bool clocksource_is_watchdog(struct clocksource *cs) in clocksource_is_watchdog()
398 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog()
404 static inline void clocksource_dequeue_watchdog(struct clocksource *cs) { } in clocksource_dequeue_watchdog()
407 static bool clocksource_is_watchdog(struct clocksource *cs) { return false; } in clocksource_is_watchdog()
408 void clocksource_mark_unstable(struct clocksource *cs) { } in clocksource_mark_unstable()
417 struct clocksource *cs; in clocksource_suspend() local
429 struct clocksource *cs; in clocksource_resume() local
455 static u32 clocksource_max_adjustment(struct clocksource *cs) in clocksource_max_adjustment()
516 static inline void clocksource_update_max_deferment(struct clocksource *cs) in clocksource_update_max_deferment()
527 struct clocksource *cs; in clocksource_find_best() local
550 struct clocksource *best, *cs; in __clocksource_select() local
636 static void clocksource_enqueue(struct clocksource *cs) in clocksource_enqueue()
660 void __clocksource_update_freq_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_update_freq_scale()
727 int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_register_scale()
743 static void __clocksource_change_rating(struct clocksource *cs, int rating) in __clocksource_change_rating()
755 void clocksource_change_rating(struct clocksource *cs, int rating) in clocksource_change_rating()
767 static int clocksource_unbind(struct clocksource *cs) in clocksource_unbind()
791 int clocksource_unregister(struct clocksource *cs) in clocksource_unregister()
882 struct clocksource *cs; in sysfs_unbind_clocksource() local