Searched refs:clocksource (Results 1 – 3 of 3) sorted by relevance
25 struct clocksource;101 struct clocksource { struct102 u64 (*read)(struct clocksource *cs); argument123 int (*enable)(struct clocksource *cs); argument124 void (*disable)(struct clocksource *cs); argument125 void (*suspend)(struct clocksource *cs); argument126 void (*resume)(struct clocksource *cs); argument127 void (*mark_unstable)(struct clocksource *cs); argument128 void (*tick_stable)(struct clocksource *cs); argument218 extern int clocksource_unregister(struct clocksource*);[all …]
33 struct clocksource cs;
51 struct clocksource *clock;
Completed in 6 milliseconds