Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c289 int (*get_max_physical)(int cpu); member
2320 cpu->pstate.max_pstate_physical = pstate_funcs.get_max_physical(cpu->cpu); in intel_pstate_get_cpu_pstates()
2645 .get_max_physical = core_get_max_pstate_physical,
2654 .get_max_physical = atom_get_max_pstate,
2664 .get_max_physical = atom_get_max_pstate,
2674 .get_max_physical = core_get_max_pstate_physical,
3527 pstate_funcs.get_max_physical = funcs->get_max_physical; in copy_cpu_funcs()