Searched refs:pstate_funcs (Results 1 – 1 of 1) sorted by relevance
283 struct pstate_funcs { struct294 static struct pstate_funcs pstate_funcs __read_mostly; argument1401 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate()1421 cpu->pstate.min_pstate = pstate_funcs.get_min(); in intel_pstate_get_cpu_pstates()1422 cpu->pstate.max_pstate = pstate_funcs.get_max(); in intel_pstate_get_cpu_pstates()1423 cpu->pstate.max_pstate_physical = pstate_funcs.get_max_physical(); in intel_pstate_get_cpu_pstates()1424 cpu->pstate.turbo_pstate = pstate_funcs.get_turbo(); in intel_pstate_get_cpu_pstates()1425 cpu->pstate.scaling = pstate_funcs.get_scaling(); in intel_pstate_get_cpu_pstates()1437 if (pstate_funcs.get_aperf_mperf_shift) in intel_pstate_get_cpu_pstates()1438 cpu->aperf_mperf_shift = pstate_funcs.get_aperf_mperf_shift(); in intel_pstate_get_cpu_pstates()[all …]