Home
last modified time | relevance | path

Searched refs:dtpm_cpu (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/powercap/
H A Ddtpm_cpu.c28 struct dtpm_cpu { struct
43 struct dtpm_cpu *dtpm_cpu = to_dtpm_cpu(dtpm); in set_pd_power_limit() local
89 struct dtpm_cpu *dtpm_cpu = to_dtpm_cpu(dtpm); in get_pd_power_uw() local
114 struct dtpm_cpu *dtpm_cpu = to_dtpm_cpu(dtpm); in update_pd_power_uw() local
133 struct dtpm_cpu *dtpm_cpu = to_dtpm_cpu(dtpm); in pd_release() local
159 struct dtpm_cpu *dtpm_cpu; in cpuhp_dtpm_cpu_offline() local
162 if (dtpm_cpu) in cpuhp_dtpm_cpu_offline()
170 struct dtpm_cpu *dtpm_cpu; in cpuhp_dtpm_cpu_online() local
173 if (dtpm_cpu) in cpuhp_dtpm_cpu_online()
181 struct dtpm_cpu *dtpm_cpu; in __dtpm_cpu_setup() local
[all …]
H A DMakefile3 obj-$(CONFIG_DTPM_CPU) += dtpm_cpu.o