Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
A Dintel_pstate.c282 struct pstate_funcs { struct
294 static struct pstate_funcs pstate_funcs __read_mostly; argument
1983 if (pstate_funcs.get_cpu_scaling) { in intel_pstate_get_cpu_pstates()
2002 if (pstate_funcs.get_aperf_mperf_shift) in intel_pstate_get_cpu_pstates()
2005 if (pstate_funcs.get_vid) in intel_pstate_get_cpu_pstates()
2006 pstate_funcs.get_vid(cpu); in intel_pstate_get_cpu_pstates()
2297 static struct pstate_funcs core_funcs = {
3171 if (!pstate_funcs.get_max() || in intel_pstate_msrs_not_valid()
3172 !pstate_funcs.get_min() || in intel_pstate_msrs_not_valid()
3173 !pstate_funcs.get_turbo()) in intel_pstate_msrs_not_valid()
[all …]

Completed in 9 milliseconds