Home
last modified time | relevance | path

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

/linux-6.15/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
90 struct dtpm_cpu *dtpm_cpu = to_dtpm_cpu(dtpm); in get_pd_power_uw() local
121 struct dtpm_cpu *dtpm_cpu = to_dtpm_cpu(dtpm); in update_pd_power_uw() local
144 struct dtpm_cpu *dtpm_cpu = to_dtpm_cpu(dtpm); in pd_release() local
170 struct dtpm_cpu *dtpm_cpu; in cpuhp_dtpm_cpu_offline() local
173 if (dtpm_cpu) in cpuhp_dtpm_cpu_offline()
181 struct dtpm_cpu *dtpm_cpu; in cpuhp_dtpm_cpu_online() local
184 if (dtpm_cpu) in cpuhp_dtpm_cpu_online()
192 struct dtpm_cpu *dtpm_cpu; in __dtpm_cpu_setup() local
[all …]
H A DMakefile3 obj-$(CONFIG_DTPM_CPU) += dtpm_cpu.o