Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpufreq/
H A Dintel_pstate.c283 struct pstate_funcs { struct
295 static struct pstate_funcs pstate_funcs __read_mostly; argument
2271 if (pstate_funcs.get_cpu_scaling) { in intel_pstate_get_cpu_pstates()
2297 if (pstate_funcs.get_aperf_mperf_shift) in intel_pstate_get_cpu_pstates()
2300 if (pstate_funcs.get_vid) in intel_pstate_get_cpu_pstates()
2301 pstate_funcs.get_vid(cpu); in intel_pstate_get_cpu_pstates()
2590 static struct pstate_funcs core_funcs = {
3459 if (!pstate_funcs.get_max(0) || in intel_pstate_msrs_not_valid()
3460 !pstate_funcs.get_min(0) || in intel_pstate_msrs_not_valid()
3461 !pstate_funcs.get_turbo(0)) in intel_pstate_msrs_not_valid()
[all …]