Home
last modified time | relevance | path

Searched defs:clocksource (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dclocksource.h80 struct clocksource { struct
81 u64 (*read)(struct clocksource *cs); argument
88 struct arch_clocksource_data archdata; argument
94 int (*enable)(struct clocksource *cs); argument
95 void (*disable)(struct clocksource *cs); argument
97 void (*suspend)(struct clocksource *cs); argument
98 void (*resume)(struct clocksource *cs); argument
99 void (*mark_unstable)(struct clocksource *cs); argument
100 void (*tick_stable)(struct clocksource *cs); argument
127 static inline u32 clocksource_freq2mult(u32 freq, u32 shift_constant, u64 from) in clocksource_freq2mult() argument