Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/cpufreq/
Dintel_pstate.c289 int (*get_turbo)(void); member
1729 cpu->pstate.turbo_pstate = pstate_funcs.get_turbo(); in intel_pstate_get_cpu_pstates()
2041 .get_turbo = core_get_turbo_pstate,
2050 .get_turbo = atom_get_turbo_pstate,
2060 .get_turbo = atom_get_turbo_pstate,
2070 .get_turbo = knl_get_turbo_pstate,
2840 !pstate_funcs.get_turbo()) in intel_pstate_msrs_not_valid()
2851 pstate_funcs.get_turbo = funcs->get_turbo; in copy_cpu_funcs()