Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c283 struct pstate_funcs { struct
295 static struct pstate_funcs pstate_funcs __read_mostly; argument
2055 if (pstate_funcs.get_cpu_scaling) { in intel_pstate_get_cpu_pstates()
2074 if (pstate_funcs.get_aperf_mperf_shift) in intel_pstate_get_cpu_pstates()
2077 if (pstate_funcs.get_vid) in intel_pstate_get_cpu_pstates()
2078 pstate_funcs.get_vid(cpu); in intel_pstate_get_cpu_pstates()
2369 static struct pstate_funcs core_funcs = {
3229 if (!pstate_funcs.get_max(0) || in intel_pstate_msrs_not_valid()
3230 !pstate_funcs.get_min(0) || in intel_pstate_msrs_not_valid()
3231 !pstate_funcs.get_turbo(0)) in intel_pstate_msrs_not_valid()
[all …]