Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c1979 int target_pstate; in intel_pstate_adjust_pstate() local
1983 target_pstate = get_target_pstate(cpu); in intel_pstate_adjust_pstate()
1984 target_pstate = intel_pstate_prepare_request(cpu, target_pstate); in intel_pstate_adjust_pstate()
1985 trace_cpu_frequency(target_pstate * cpu->pstate.scaling, cpu->cpu); in intel_pstate_adjust_pstate()
1986 intel_pstate_update_pstate(cpu, target_pstate); in intel_pstate_adjust_pstate()
2540 static void intel_cpufreq_adjust_hwp(struct cpudata *cpu, u32 target_pstate, in intel_cpufreq_adjust_hwp() argument
2546 value |= HWP_MIN_PERF(target_pstate); in intel_cpufreq_adjust_hwp()
2553 value |= HWP_MAX_PERF(strict ? target_pstate : cpu->max_perf_ratio); in intel_cpufreq_adjust_hwp()
2566 u32 target_pstate, bool fast_switch) in intel_cpufreq_adjust_perf_ctl() argument
2570 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_adjust_perf_ctl()
[all …]