Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c287 int (*get_max_physical)(void); member
1727 cpu->pstate.max_pstate_physical = pstate_funcs.get_max_physical(); in intel_pstate_get_cpu_pstates()
2040 .get_max_physical = core_get_max_pstate_physical,
2049 .get_max_physical = atom_get_max_pstate,
2059 .get_max_physical = atom_get_max_pstate,
2069 .get_max_physical = core_get_max_pstate_physical,
2860 pstate_funcs.get_max_physical = funcs->get_max_physical; in copy_cpu_funcs()