Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/cpufreq/
Dintel_pstate.c283 struct pstate_funcs { struct
295 static struct pstate_funcs pstate_funcs __read_mostly; argument
525 int perf_ctl_turbo = pstate_funcs.get_turbo(cpu->cpu); in intel_pstate_hybrid_hwp_adjust()
1971 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate()
1989 int perf_ctl_max_phys = pstate_funcs.get_max_physical(cpu->cpu); in intel_pstate_get_cpu_pstates()
1990 int perf_ctl_scaling = pstate_funcs.get_scaling(); in intel_pstate_get_cpu_pstates()
1992 cpu->pstate.min_pstate = pstate_funcs.get_min(cpu->cpu); in intel_pstate_get_cpu_pstates()
1999 if (pstate_funcs.get_cpu_scaling) { in intel_pstate_get_cpu_pstates()
2000 cpu->pstate.scaling = pstate_funcs.get_cpu_scaling(cpu->cpu); in intel_pstate_get_cpu_pstates()
2008 cpu->pstate.max_pstate = pstate_funcs.get_max(cpu->cpu); in intel_pstate_get_cpu_pstates()
[all …]