Lines Matching defs:cs

25 static noinline u64 cycles_to_nsec_safe(struct clocksource *cs, u64 start, u64 end)  in cycles_to_nsec_safe()
195 static void clocksource_change_rating(struct clocksource *cs, int rating) in clocksource_change_rating()
202 static void __clocksource_unstable(struct clocksource *cs) in __clocksource_unstable()
231 void clocksource_mark_unstable(struct clocksource *cs) in clocksource_mark_unstable()
253 static enum wd_read_status cs_watchdog_read(struct clocksource *cs, u64 *csnow, u64 *wdnow) in cs_watchdog_read()
359 struct clocksource *cs = (struct clocksource *)csin; in clocksource_verify_one_cpu() local
364 void clocksource_verify_percpu(struct clocksource *cs) in clocksource_verify_percpu()
423 struct clocksource *cs; in clocksource_reset_watchdog() local
435 struct clocksource *cs; in clocksource_watchdog() local
631 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog()
648 struct clocksource *cs, *old_wd; in clocksource_select_watchdog() local
683 static void clocksource_dequeue_watchdog(struct clocksource *cs) in clocksource_dequeue_watchdog()
697 struct clocksource *cs, *tmp; in __clocksource_watchdog_kthread() local
735 static bool clocksource_is_watchdog(struct clocksource *cs) in clocksource_is_watchdog()
742 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog()
749 static inline void clocksource_dequeue_watchdog(struct clocksource *cs) { } in clocksource_dequeue_watchdog()
752 static bool clocksource_is_watchdog(struct clocksource *cs) { return false; } in clocksource_is_watchdog()
753 void clocksource_mark_unstable(struct clocksource *cs) { } in clocksource_mark_unstable()
760 static bool clocksource_is_suspend(struct clocksource *cs) in clocksource_is_suspend()
765 static void __clocksource_suspend_select(struct clocksource *cs) in __clocksource_suspend_select()
794 struct clocksource *cs, *old_suspend; in clocksource_suspend_select() local
822 void clocksource_start_suspend_timing(struct clocksource *cs, u64 start_cycles) in clocksource_start_suspend_timing()
860 u64 clocksource_stop_suspend_timing(struct clocksource *cs, u64 cycle_now) in clocksource_stop_suspend_timing()
895 struct clocksource *cs; in clocksource_suspend() local
907 struct clocksource *cs; in clocksource_resume() local
933 static u32 clocksource_max_adjustment(struct clocksource *cs) in clocksource_max_adjustment()
994 static inline void clocksource_update_max_deferment(struct clocksource *cs) in clocksource_update_max_deferment()
1012 struct clocksource *cs; in clocksource_find_best() local
1035 struct clocksource *best, *cs; in __clocksource_select() local
1126 static void clocksource_enqueue(struct clocksource *cs) in clocksource_enqueue()
1152 void __clocksource_update_freq_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_update_freq_scale()
1244 int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_register_scale()
1281 static int clocksource_unbind(struct clocksource *cs) in clocksource_unbind()
1320 int clocksource_unregister(struct clocksource *cs) in clocksource_unregister()
1412 struct clocksource *cs; in unbind_clocksource_store() local