Lines Matching defs:clocksource
18892 struct clocksource {
18893 u64 (*read)(struct clocksource *);
18907 int (*enable)(struct clocksource *);
18908 void (*disable)(struct clocksource *);
18909 void (*suspend)(struct clocksource *);
18910 void (*resume)(struct clocksource *);
18911 void (*mark_unstable)(struct clocksource *);
18912 void (*tick_stable)(struct clocksource *);
19045 struct clocksource *clock;
22926 struct clocksource *cs;
93148 struct clocksource *hp_clocksource;