Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h22139 struct clocksource { struct
22140 u64 (*read)(struct clocksource *); argument
22151 enum clocksource_ids id; argument
22154 int (*enable)(struct clocksource *); argument
22155 void (*disable)(struct clocksource *); argument
22156 void (*suspend)(struct clocksource *); argument
22157 void (*resume)(struct clocksource *); argument
22158 void (*mark_unstable)(struct clocksource *); argument
22159 void (*tick_stable)(struct clocksource *); argument
22160 struct list_head wd_list;
[all …]
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h26858 struct clocksource { struct
26859 u64 (*read)(struct clocksource *); argument
26870 enum clocksource_ids id; argument
26873 int (*enable)(struct clocksource *); argument
26874 void (*disable)(struct clocksource *); argument
26875 void (*suspend)(struct clocksource *); argument
26876 void (*resume)(struct clocksource *); argument
26877 void (*mark_unstable)(struct clocksource *); argument
26878 void (*tick_stable)(struct clocksource *); argument
26879 struct module *owner;