Lines Matching refs:desired_perf
389 u32 desired_perf; in cppc_cpufreq_set_target() local
392 desired_perf = cppc_cpufreq_khz_to_perf(cpu_data, target_freq); in cppc_cpufreq_set_target()
394 if (desired_perf == cpu_data->perf_ctrls.desired_perf) in cppc_cpufreq_set_target()
397 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_set_target()
417 u32 desired_perf; in cppc_cpufreq_fast_switch() local
420 desired_perf = cppc_cpufreq_khz_to_perf(cpu_data, target_freq); in cppc_cpufreq_fast_switch()
421 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_fast_switch()
777 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()
803 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()
838 return cpu_data->perf_ctrls.desired_perf; in cppc_perf_from_fbctrs()
931 u64 desired_perf; in hisi_cppc_cpufreq_get_rate() local
936 ret = cppc_get_desired_perf(cpu, &desired_perf); in hisi_cppc_cpufreq_get_rate()
940 return cppc_cpufreq_perf_to_khz(cpu_data, desired_perf); in hisi_cppc_cpufreq_get_rate()