Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c287 struct pstate_funcs { struct
299 static struct pstate_funcs pstate_funcs __read_mostly; argument
2265 if (!pstate_funcs.get_cpu_scaling) in intel_pstate_get_hwp_pstates()
2275 cpu->pstate.scaling = pstate_funcs.get_cpu_scaling(cpuid); in intel_pstate_get_hwp_pstates()
2307 int perf_ctl_scaling = pstate_funcs.get_scaling(); in intel_pstate_get_cpu_pstates()
2309 cpu->pstate.max_pstate_physical = pstate_funcs.get_max_physical(cpu->cpu); in intel_pstate_get_cpu_pstates()
2310 cpu->pstate.turbo_pstate = pstate_funcs.get_turbo(cpu->cpu); in intel_pstate_get_cpu_pstates()
2311 cpu->pstate.min_pstate = pstate_funcs.get_min(cpu->cpu); in intel_pstate_get_cpu_pstates()
2319 cpu->pstate.max_pstate = pstate_funcs.get_max(cpu->cpu); in intel_pstate_get_cpu_pstates()
2323 if (pstate_funcs.get_aperf_mperf_shift) in intel_pstate_get_cpu_pstates()
[all …]