Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c285 int (*get_cpu_scaling)(int cpu); member
1808 pstate_funcs.get_cpu_scaling = hybrid_get_cpu_scaling; in intel_pstate_cppc_set_cpu_scaling()
1855 if (pstate_funcs.get_cpu_scaling) { in intel_pstate_get_cpu_pstates()
1856 cpu->pstate.scaling = pstate_funcs.get_cpu_scaling(cpu->cpu); in intel_pstate_get_cpu_pstates()