Lines Matching refs:clocksource

90 static struct clocksource *curr_clocksource;
91 static struct clocksource *suspend_clocksource;
131 static struct clocksource *watchdog;
149 static void __clocksource_change_rating(struct clocksource *cs, int rating);
169 static void __clocksource_unstable(struct clocksource *cs) in __clocksource_unstable()
198 void clocksource_mark_unstable(struct clocksource *cs) in clocksource_mark_unstable()
223 static enum wd_read_status cs_watchdog_read(struct clocksource *cs, u64 *csnow, u64 *wdnow) in cs_watchdog_read()
330 struct clocksource *cs = (struct clocksource *)csin; in clocksource_verify_one_cpu()
335 void clocksource_verify_percpu(struct clocksource *cs) in clocksource_verify_percpu()
392 struct clocksource *cs; in clocksource_reset_watchdog()
404 struct clocksource *cs; in clocksource_watchdog()
583 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog()
600 struct clocksource *cs, *old_wd; in clocksource_select_watchdog()
635 static void clocksource_dequeue_watchdog(struct clocksource *cs) in clocksource_dequeue_watchdog()
649 struct clocksource *cs, *tmp; in __clocksource_watchdog_kthread()
687 static bool clocksource_is_watchdog(struct clocksource *cs) in clocksource_is_watchdog()
694 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog()
701 static inline void clocksource_dequeue_watchdog(struct clocksource *cs) { } in clocksource_dequeue_watchdog()
704 static bool clocksource_is_watchdog(struct clocksource *cs) { return false; } in clocksource_is_watchdog()
705 void clocksource_mark_unstable(struct clocksource *cs) { } in clocksource_mark_unstable()
712 static bool clocksource_is_suspend(struct clocksource *cs) in clocksource_is_suspend()
717 static void __clocksource_suspend_select(struct clocksource *cs) in __clocksource_suspend_select()
746 struct clocksource *cs, *old_suspend; in clocksource_suspend_select()
774 void clocksource_start_suspend_timing(struct clocksource *cs, u64 start_cycles) in clocksource_start_suspend_timing()
812 u64 clocksource_stop_suspend_timing(struct clocksource *cs, u64 cycle_now) in clocksource_stop_suspend_timing()
851 struct clocksource *cs; in clocksource_suspend()
863 struct clocksource *cs; in clocksource_resume()
889 static u32 clocksource_max_adjustment(struct clocksource *cs) in clocksource_max_adjustment()
950 static inline void clocksource_update_max_deferment(struct clocksource *cs) in clocksource_update_max_deferment()
957 static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) in clocksource_find_best()
959 struct clocksource *cs; in clocksource_find_best()
982 struct clocksource *best, *cs; in __clocksource_select()
1073 static void clocksource_enqueue(struct clocksource *cs) in clocksource_enqueue()
1076 struct clocksource *tmp; in clocksource_enqueue()
1099 void __clocksource_update_freq_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_update_freq_scale()
1186 int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_register_scale()
1220 static void __clocksource_change_rating(struct clocksource *cs, int rating) in __clocksource_change_rating()
1232 void clocksource_change_rating(struct clocksource *cs, int rating) in clocksource_change_rating()
1251 static int clocksource_unbind(struct clocksource *cs) in clocksource_unbind()
1290 int clocksource_unregister(struct clocksource *cs) in clocksource_unregister()
1382 struct clocksource *cs; in unbind_clocksource_store()
1416 struct clocksource *src; in available_clocksource_show()
1446 ATTRIBUTE_GROUPS(clocksource);