Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cpufreq/
Dintel_pstate.c286 int (*get_turbo)(int cpu); member
571 int perf_ctl_turbo = pstate_funcs.get_turbo(cpu->cpu); in intel_pstate_hybrid_hwp_adjust()
2283 cpu->pstate.turbo_pstate = pstate_funcs.get_turbo(cpu->cpu); in intel_pstate_get_cpu_pstates()
2589 .get_turbo = core_get_turbo_pstate,
2598 .get_turbo = atom_get_turbo_pstate,
2608 .get_turbo = atom_get_turbo_pstate,
2618 .get_turbo = knl_get_turbo_pstate,
3456 !pstate_funcs.get_turbo(0)) in intel_pstate_msrs_not_valid()
3467 pstate_funcs.get_turbo = funcs->get_turbo; in copy_cpu_funcs()