Searched defs:clocksource (Results 1 – 2 of 2) sorted by relevance
22139 struct clocksource { struct22140 u64 (*read)(struct clocksource *); argument22151 enum clocksource_ids id; argument22154 int (*enable)(struct clocksource *); argument22155 void (*disable)(struct clocksource *); argument22156 void (*suspend)(struct clocksource *); argument22157 void (*resume)(struct clocksource *); argument22158 void (*mark_unstable)(struct clocksource *); argument22159 void (*tick_stable)(struct clocksource *); argument22160 struct list_head wd_list;[all …]
26858 struct clocksource { struct26859 u64 (*read)(struct clocksource *); argument26870 enum clocksource_ids id; argument26873 int (*enable)(struct clocksource *); argument26874 void (*disable)(struct clocksource *); argument26875 void (*suspend)(struct clocksource *); argument26876 void (*resume)(struct clocksource *); argument26877 void (*mark_unstable)(struct clocksource *); argument26878 void (*tick_stable)(struct clocksource *); argument26879 struct module *owner;