Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c289 int (*get_turbo)(void); member
1728 cpu->pstate.turbo_pstate = pstate_funcs.get_turbo(); in intel_pstate_get_cpu_pstates()
2042 .get_turbo = core_get_turbo_pstate,
2051 .get_turbo = atom_get_turbo_pstate,
2061 .get_turbo = atom_get_turbo_pstate,
2071 .get_turbo = knl_get_turbo_pstate,
2851 !pstate_funcs.get_turbo()) in intel_pstate_msrs_not_valid()
2862 pstate_funcs.get_turbo = funcs->get_turbo; in copy_cpu_funcs()