Home
last modified time | relevance | path

Searched refs:dtpm_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Ddtpm.h20 struct dtpm_ops *ops;
29 struct dtpm_ops { struct
69 struct dtpm *dtpm_alloc(struct dtpm_ops *ops);
/Linux-v5.15/drivers/powercap/
Ddtpm_cpu.c141 static struct dtpm_ops dtpm_ops = { variable
199 dtpm = dtpm_alloc(&dtpm_ops); in cpuhp_dtpm_cpu_online()
Ddtpm.c367 struct dtpm *dtpm_alloc(struct dtpm_ops *ops) in dtpm_alloc()