Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.c536 static unsigned int __resolve_freq(struct cpufreq_policy *policy, in __resolve_freq() function
566 return __resolve_freq(policy, target_freq, CPUFREQ_RELATION_LE); in cpufreq_driver_resolve_freq()
2337 target_freq = __resolve_freq(policy, target_freq, relation); in __cpufreq_driver_target()
2630 policy->min = __resolve_freq(policy, policy->min, CPUFREQ_RELATION_L); in cpufreq_set_policy()
2631 policy->max = __resolve_freq(policy, policy->max, CPUFREQ_RELATION_H); in cpufreq_set_policy()