Searched refs:target_pstate (Results 1 – 1 of 1) sorted by relevance
2285 int target_pstate; in intel_pstate_adjust_pstate() local2289 target_pstate = get_target_pstate(cpu); in intel_pstate_adjust_pstate()2290 target_pstate = intel_pstate_prepare_request(cpu, target_pstate); in intel_pstate_adjust_pstate()2291 trace_cpu_frequency(target_pstate * cpu->pstate.scaling, cpu->cpu); in intel_pstate_adjust_pstate()2292 intel_pstate_update_pstate(cpu, target_pstate); in intel_pstate_adjust_pstate()2861 u32 target_pstate, bool fast_switch) in intel_cpufreq_perf_ctl_update() argument2865 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update()2868 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update()2872 int target_pstate, bool fast_switch) in intel_cpufreq_update_pstate() argument2877 target_pstate = intel_pstate_prepare_request(cpu, target_pstate); in intel_cpufreq_update_pstate()[all …]