Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c286 int (*get_max_physical)(void); member
1564 cpu->pstate.max_pstate_physical = pstate_funcs.get_max_physical(); in intel_pstate_get_cpu_pstates()
1874 .get_max_physical = core_get_max_pstate_physical,
1883 .get_max_physical = atom_get_max_pstate,
1893 .get_max_physical = atom_get_max_pstate,
1903 .get_max_physical = core_get_max_pstate_physical,
2584 pstate_funcs.get_max_physical = funcs->get_max_physical; in copy_cpu_funcs()