Lines Matching refs:desired_perf
386 u32 desired_perf; in cppc_cpufreq_set_target() local
389 desired_perf = cppc_cpufreq_khz_to_perf(cpu_data, target_freq); in cppc_cpufreq_set_target()
391 if (desired_perf == cpu_data->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()
394 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()
414 u32 desired_perf; in cppc_cpufreq_fast_switch() local
417 desired_perf = cppc_cpufreq_khz_to_perf(cpu_data, target_freq); in cppc_cpufreq_fast_switch()
418 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_fast_switch()
774 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()
800 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()
835 return cpu_data->perf_ctrls.desired_perf; in cppc_perf_from_fbctrs()
928 u64 desired_perf; in hisi_cppc_cpufreq_get_rate() local
933 ret = cppc_get_desired_perf(cpu, &desired_perf); in hisi_cppc_cpufreq_get_rate()
937 return cppc_cpufreq_perf_to_khz(cpu_data, desired_perf); in hisi_cppc_cpufreq_get_rate()