Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cpufreq/
Dintel_pstate.c283 int (*get_turbo)(void); member
521 int perf_ctl_turbo = pstate_funcs.get_turbo(); in intel_pstate_hybrid_hwp_adjust()
1865 cpu->pstate.turbo_pstate = pstate_funcs.get_turbo(); in intel_pstate_get_cpu_pstates()
2173 .get_turbo = core_get_turbo_pstate,
2182 .get_turbo = atom_get_turbo_pstate,
2192 .get_turbo = atom_get_turbo_pstate,
2202 .get_turbo = knl_get_turbo_pstate,
3021 !pstate_funcs.get_turbo()) in intel_pstate_msrs_not_valid()
3032 pstate_funcs.get_turbo = funcs->get_turbo; in copy_cpu_funcs()