Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c290 int (*get_scaling)(void); member
1729 cpu->pstate.scaling = pstate_funcs.get_scaling(); in intel_pstate_get_cpu_pstates()
2043 .get_scaling = core_get_scaling,
2053 .get_scaling = silvermont_get_scaling,
2063 .get_scaling = airmont_get_scaling,
2073 .get_scaling = core_get_scaling,
2863 pstate_funcs.get_scaling = funcs->get_scaling; in copy_cpu_funcs()