Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c288 int (*get_cpu_scaling)(int cpu); member
2266 if (pstate_funcs.get_cpu_scaling) { in intel_pstate_get_cpu_pstates()
2267 cpu->pstate.scaling = pstate_funcs.get_cpu_scaling(cpu->cpu); in intel_pstate_get_cpu_pstates()
3709 pstate_funcs.get_cpu_scaling = hwp_get_cpu_scaling; in intel_pstate_init()