Lines Matching defs:cs

163 static void __clocksource_unstable(struct clocksource *cs)  in __clocksource_unstable()
192 void clocksource_mark_unstable(struct clocksource *cs) in clocksource_mark_unstable()
207 struct clocksource *cs; in clocksource_watchdog() local
340 struct clocksource *cs; in clocksource_reset_watchdog() local
351 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog()
368 struct clocksource *cs, *old_wd; in clocksource_select_watchdog() local
403 static void clocksource_dequeue_watchdog(struct clocksource *cs) in clocksource_dequeue_watchdog()
417 struct clocksource *cs, *tmp; in __clocksource_watchdog_kthread() local
449 static bool clocksource_is_watchdog(struct clocksource *cs) in clocksource_is_watchdog()
456 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog()
463 static inline void clocksource_dequeue_watchdog(struct clocksource *cs) { } in clocksource_dequeue_watchdog()
466 static bool clocksource_is_watchdog(struct clocksource *cs) { return false; } in clocksource_is_watchdog()
467 void clocksource_mark_unstable(struct clocksource *cs) { } in clocksource_mark_unstable()
474 static bool clocksource_is_suspend(struct clocksource *cs) in clocksource_is_suspend()
479 static void __clocksource_suspend_select(struct clocksource *cs) in __clocksource_suspend_select()
508 struct clocksource *cs, *old_suspend; in clocksource_suspend_select() local
536 void clocksource_start_suspend_timing(struct clocksource *cs, u64 start_cycles) in clocksource_start_suspend_timing()
574 u64 clocksource_stop_suspend_timing(struct clocksource *cs, u64 cycle_now) in clocksource_stop_suspend_timing()
613 struct clocksource *cs; in clocksource_suspend() local
625 struct clocksource *cs; in clocksource_resume() local
651 static u32 clocksource_max_adjustment(struct clocksource *cs) in clocksource_max_adjustment()
712 static inline void clocksource_update_max_deferment(struct clocksource *cs) in clocksource_update_max_deferment()
723 struct clocksource *cs; in clocksource_find_best() local
746 struct clocksource *best, *cs; in __clocksource_select() local
843 static void clocksource_enqueue(struct clocksource *cs) in clocksource_enqueue()
869 void __clocksource_update_freq_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_update_freq_scale()
936 int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_register_scale()
959 static void __clocksource_change_rating(struct clocksource *cs, int rating) in __clocksource_change_rating()
971 void clocksource_change_rating(struct clocksource *cs, int rating) in clocksource_change_rating()
990 static int clocksource_unbind(struct clocksource *cs) in clocksource_unbind()
1029 int clocksource_unregister(struct clocksource *cs) in clocksource_unregister()
1121 struct clocksource *cs; in unbind_clocksource_store() local