Home
last modified time | relevance | path

Searched refs:target_pstate (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/cpufreq/
Dintel_pstate.c2254 int target_pstate; in intel_pstate_adjust_pstate() local
2258 target_pstate = get_target_pstate(cpu); in intel_pstate_adjust_pstate()
2259 target_pstate = intel_pstate_prepare_request(cpu, target_pstate); in intel_pstate_adjust_pstate()
2260 trace_cpu_frequency(target_pstate * cpu->pstate.scaling, cpu->cpu); in intel_pstate_adjust_pstate()
2261 intel_pstate_update_pstate(cpu, target_pstate); in intel_pstate_adjust_pstate()
2833 u32 target_pstate, bool fast_switch) in intel_cpufreq_perf_ctl_update() argument
2837 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update()
2840 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update()
2844 int target_pstate, bool fast_switch) in intel_cpufreq_update_pstate() argument
2849 target_pstate = intel_pstate_prepare_request(cpu, target_pstate); in intel_cpufreq_update_pstate()
[all …]