Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cpufreq/
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()
2324 target_freq = __resolve_freq(policy, target_freq, relation); in __cpufreq_driver_target()
2617 policy->min = __resolve_freq(policy, policy->min, CPUFREQ_RELATION_L); in cpufreq_set_policy()
2618 policy->max = __resolve_freq(policy, policy->max, CPUFREQ_RELATION_H); in cpufreq_set_policy()