Searched refs:get_cpu_scaling (Results 1 – 1 of 1) sorted by relevance
285 int (*get_cpu_scaling)(int cpu); member1808 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()