Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c287 int (*get_scaling)(void); member
2257 int perf_ctl_scaling = pstate_funcs.get_scaling(); in intel_pstate_get_cpu_pstates()
2590 .get_scaling = core_get_scaling,
2600 .get_scaling = silvermont_get_scaling,
2610 .get_scaling = airmont_get_scaling,
2620 .get_scaling = core_get_scaling,
3468 pstate_funcs.get_scaling = funcs->get_scaling; in copy_cpu_funcs()