Lines Matching refs:perf_ctrls

317 				     &cpu_data->perf_ctrls.min_perf,  in cppc_cpufreq_update_perf_limits()
318 &cpu_data->perf_ctrls.max_perf); in cppc_cpufreq_update_perf_limits()
330 cpu_data->perf_ctrls.desired_perf = in cppc_cpufreq_set_target()
338 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_set_target()
357 cpu_data->perf_ctrls.desired_perf = desired_perf; in cppc_cpufreq_fast_switch()
360 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_fast_switch()
631 ret = cppc_get_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_get_cpu_data()
721 cpu_data->perf_ctrls.desired_perf = caps->highest_perf; in cppc_cpufreq_cpu_init()
723 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_cpu_init()
747 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf; in cppc_cpufreq_cpu_exit()
749 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls); in cppc_cpufreq_cpu_exit()
840 delivered_perf = cpu_data->perf_ctrls.desired_perf; in cppc_cpufreq_get_rate()
897 cpu_data->perf_ctrls.auto_sel = val; in store_auto_select()
900 u32 old_min_perf = cpu_data->perf_ctrls.min_perf; in store_auto_select()
901 u32 old_max_perf = cpu_data->perf_ctrls.max_perf; in store_auto_select()
910 ret = cppc_set_perf(policy->cpu, &cpu_data->perf_ctrls); in store_auto_select()
912 cpu_data->perf_ctrls.min_perf = old_min_perf; in store_auto_select()
913 cpu_data->perf_ctrls.max_perf = old_max_perf; in store_auto_select()
915 cpu_data->perf_ctrls.auto_sel = false; in store_auto_select()
992 cpu_data->perf_ctrls.energy_perf = val; in store_energy_performance_preference_val()
1018 if (cpu_data && cpu_data->perf_ctrls.auto_sel) in cppc_get_perf_limited_filtered()