Searched refs:target_pstate (Results 1 – 1 of 1) sorted by relevance
2533 int target_pstate; in intel_pstate_adjust_pstate() local2535 target_pstate = get_target_pstate(cpu); in intel_pstate_adjust_pstate()2536 target_pstate = intel_pstate_prepare_request(cpu, target_pstate); in intel_pstate_adjust_pstate()3128 target_pstate = intel_pstate_prepare_request(cpu, target_pstate); in intel_cpufreq_update_pstate()3144 return target_pstate; in intel_cpufreq_update_pstate()3153 int target_pstate; in intel_cpufreq_target() local3161 target_pstate = intel_cpufreq_update_pstate(policy, target_pstate, false); in intel_cpufreq_target()3174 int target_pstate; in intel_cpufreq_fast_switch() local3178 target_pstate = intel_cpufreq_update_pstate(policy, target_pstate, true); in intel_cpufreq_fast_switch()3199 target_pstate = cap_pstate; in intel_cpufreq_adjust_perf()[all …]