Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c279 struct pstate_funcs { struct
291 static struct pstate_funcs pstate_funcs __read_mostly; argument
521 int perf_ctl_turbo = pstate_funcs.get_turbo(); in intel_pstate_hybrid_hwp_adjust()
526 pr_debug("CPU%d: perf_ctl_max = %d\n", cpu->cpu, pstate_funcs.get_max()); in intel_pstate_hybrid_hwp_adjust()
1808 pstate_funcs.get_cpu_scaling = hybrid_get_cpu_scaling; in intel_pstate_cppc_set_cpu_scaling()
1827 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate()
1845 int perf_ctl_max_phys = pstate_funcs.get_max_physical(); in intel_pstate_get_cpu_pstates()
1846 int perf_ctl_scaling = pstate_funcs.get_scaling(); in intel_pstate_get_cpu_pstates()
1848 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()
1855 if (pstate_funcs.get_cpu_scaling) { in intel_pstate_get_cpu_pstates()
[all …]