Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddtpm.h28 struct dtpm_ops { struct
29 u64 (*set_power_uw)(struct dtpm *, u64);
30 u64 (*get_power_uw)(struct dtpm *);
31 int (*update_power_uw)(struct dtpm *);
32 void (*release)(struct dtpm *);
/openbmc/linux/drivers/powercap/
H A Ddtpm_devfreq.c128 static struct dtpm_ops dtpm_ops = { variable
H A Ddtpm_cpu.c150 static struct dtpm_ops dtpm_ops = { variable