Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c133 int (*get_scaling)(void); member
744 .get_scaling = core_get_scaling,
764 .get_scaling = silvermont_get_scaling,
784 .get_scaling = airmont_get_scaling,
803 .get_scaling = core_get_scaling,
857 cpu->pstate.scaling = pstate_funcs.get_scaling(); in intel_pstate_get_cpu_pstates()
1242 pstate_funcs.get_scaling = funcs->get_scaling; in copy_cpu_funcs()