Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/cpufreq/
Dcppc_cpufreq.c139 u32 desired_perf; in cppc_cpufreq_set_target() local
144 desired_perf = cppc_cpufreq_khz_to_perf(cpu, target_freq); in cppc_cpufreq_set_target()
146 if (desired_perf == cpu->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()
149 cpu->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()
176 cpu->perf_ctrls.desired_perf = cpu->perf_caps.lowest_perf; in cppc_cpufreq_stop_cpu()
289 cpu->perf_ctrls.desired_perf = cpu->perf_caps.highest_perf; in cppc_cpufreq_cpu_init()
326 delivered_perf = cpu->perf_ctrls.desired_perf; in cppc_get_rate_from_fbctrs()
/linux-4.19.296/include/acpi/
Dcppc_acpi.h118 u32 desired_perf; member