Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c2310 int target_pstate; in intel_pstate_adjust_pstate() local
2314 target_pstate = get_target_pstate(cpu); in intel_pstate_adjust_pstate()
2315 target_pstate = intel_pstate_prepare_request(cpu, target_pstate); in intel_pstate_adjust_pstate()
2316 trace_cpu_frequency(target_pstate * cpu->pstate.scaling, cpu->cpu); in intel_pstate_adjust_pstate()
2317 intel_pstate_update_pstate(cpu, target_pstate); in intel_pstate_adjust_pstate()
2885 u32 target_pstate, bool fast_switch) in intel_cpufreq_perf_ctl_update()
2889 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update()
2892 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update()
2896 int target_pstate, boo in intel_cpufreq_update_pstate()
2884 intel_cpufreq_perf_ctl_update(struct cpudata *cpu, u32 target_pstate, bool fast_switch) intel_cpufreq_perf_ctl_update() argument
2895 intel_cpufreq_update_pstate(struct cpufreq_policy *policy, int target_pstate, bool fast_switch) intel_cpufreq_update_pstate() argument
2926 int target_pstate; intel_cpufreq_target() local
2949 int target_pstate; intel_cpufreq_fast_switch() local
2968 int cap_pstate, min_pstate, max_pstate, target_pstate; intel_cpufreq_adjust_perf() local
[all...]
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c1967 int target_pstate; in intel_pstate_adjust_pstate() local
1971 target_pstate = get_target_pstate(cpu); in intel_pstate_adjust_pstate()
1972 target_pstate = intel_pstate_prepare_request(cpu, target_pstate); in intel_pstate_adjust_pstate()
1973 trace_cpu_frequency(target_pstate * cpu->pstate.scaling, cpu->cpu); in intel_pstate_adjust_pstate()
1974 intel_pstate_update_pstate(cpu, target_pstate); in intel_pstate_adjust_pstate()
2528 static void intel_cpufreq_adjust_hwp(struct cpudata *cpu, u32 target_pstate, in intel_cpufreq_adjust_hwp() argument
2534 value |= HWP_MIN_PERF(target_pstate); in intel_cpufreq_adjust_hwp()
2541 value |= HWP_MAX_PERF(strict ? target_pstate : cpu->max_perf_ratio); in intel_cpufreq_adjust_hwp()
2554 u32 target_pstate, boo in intel_cpufreq_adjust_perf_ctl()
2553 intel_cpufreq_adjust_perf_ctl(struct cpudata *cpu, u32 target_pstate, bool fast_switch) intel_cpufreq_adjust_perf_ctl() argument
2564 intel_cpufreq_update_pstate(struct cpufreq_policy *policy, int target_pstate, bool fast_switch) intel_cpufreq_update_pstate() argument
2592 int target_pstate; intel_cpufreq_target() local
2626 int target_pstate; intel_cpufreq_fast_switch() local
[all...]

Completed in 8 milliseconds