Searched refs:pstate_funcs (Results 1 – 1 of 1) sorted by relevance
128 struct pstate_funcs { struct140 struct pstate_funcs funcs; argument144 static struct pstate_funcs pstate_funcs; variable848 pstate_funcs.set(cpu, pstate); in intel_pstate_set_pstate()853 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()854 cpu->pstate.max_pstate = pstate_funcs.get_max(); in intel_pstate_get_cpu_pstates()855 cpu->pstate.max_pstate_physical = pstate_funcs.get_max_physical(); in intel_pstate_get_cpu_pstates()856 cpu->pstate.turbo_pstate = pstate_funcs.get_turbo(); in intel_pstate_get_cpu_pstates()857 cpu->pstate.scaling = pstate_funcs.get_scaling(); in intel_pstate_get_cpu_pstates()859 if (pstate_funcs.get_vid) in intel_pstate_get_cpu_pstates()[all …]