Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c283 struct pstate_funcs { struct
294 static struct pstate_funcs pstate_funcs __read_mostly; argument
1401 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate()
1421 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()
1422 cpu->pstate.max_pstate = pstate_funcs.get_max(); in intel_pstate_get_cpu_pstates()
1423 cpu->pstate.max_pstate_physical = pstate_funcs.get_max_physical(); in intel_pstate_get_cpu_pstates()
1424 cpu->pstate.turbo_pstate = pstate_funcs.get_turbo(); in intel_pstate_get_cpu_pstates()
1425 cpu->pstate.scaling = pstate_funcs.get_scaling(); in intel_pstate_get_cpu_pstates()
1437 if (pstate_funcs.get_aperf_mperf_shift) in intel_pstate_get_cpu_pstates()
1438 cpu->aperf_mperf_shift = pstate_funcs.get_aperf_mperf_shift(); in intel_pstate_get_cpu_pstates()
[all …]