Searched refs:clocksource (Results 1 – 6 of 6) sorted by relevance
23 struct clocksource;80 struct clocksource { struct81 u64 (*read)(struct clocksource *cs); argument94 int (*enable)(struct clocksource *cs); argument95 void (*disable)(struct clocksource *cs); argument97 void (*suspend)(struct clocksource *cs); argument98 void (*resume)(struct clocksource *cs); argument99 void (*mark_unstable)(struct clocksource *cs); argument100 void (*tick_stable)(struct clocksource *cs); argument190 extern int clocksource_unregister(struct clocksource*);[all …]
34 struct clocksource cs;
35 struct clocksource *clock;
264 struct clocksource *cs;
32 extern struct clocksource *hyperv_cs;
34 header-test-$(CONFIG_X86) += clocksource/hyperv_timer.h35 header-test- += clocksource/timer-sp804.h