Lines Matching refs:perf_ctrls
394 if (desired_perf == cpu_data->perf_ctrls.desired_perf)
397 cpu_data->perf_ctrls.desired_perf = desired_perf;
402 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls);
421 cpu_data->perf_ctrls.desired_perf = desired_perf;
422 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls);
777 cpu_data->perf_ctrls.desired_perf = caps->highest_perf;
779 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls);
803 cpu_data->perf_ctrls.desired_perf = caps->lowest_perf;
805 ret = cppc_set_perf(cpu, &cpu_data->perf_ctrls);
838 return cpu_data->perf_ctrls.desired_perf;