Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c289 int (*get_cpu_scaling)(int cpu); member
2055 if (pstate_funcs.get_cpu_scaling) { in intel_pstate_get_cpu_pstates()
2056 cpu->pstate.scaling = pstate_funcs.get_cpu_scaling(cpu->cpu); in intel_pstate_get_cpu_pstates()
3458 pstate_funcs.get_cpu_scaling = hwp_get_cpu_scaling; in intel_pstate_init()