Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dcpufreq_userspace.c41 ret = __cpufreq_driver_target(policy, freq, CPUFREQ_RELATION_L); in cpufreq_set()
110 __cpufreq_driver_target(policy, policy->min, CPUFREQ_RELATION_L); in cpufreq_userspace_policy_limits()
112 __cpufreq_driver_target(policy, *setspeed, CPUFREQ_RELATION_L); in cpufreq_userspace_policy_limits()
H A Dcpufreq_powersave.c17 __cpufreq_driver_target(policy, policy->min, CPUFREQ_RELATION_L); in cpufreq_gov_powersave_limits()
H A Dfreq_table.c142 case CPUFREQ_RELATION_L: in cpufreq_table_index_unsorted()
171 case CPUFREQ_RELATION_L: in cpufreq_table_index_unsorted()
H A Dmediatek-cpufreq.c359 CPUFREQ_RELATION_L); in mtk_cpufreq_opp_notifier()
H A Dcpufreq.c1526 CPUFREQ_RELATION_L); in cpufreq_online()
2630 policy->min = __resolve_freq(policy, policy->min, CPUFREQ_RELATION_L); in cpufreq_set_policy()
H A Dintel_pstate.c550 return intel_pstate_freq_to_hwp_rel(cpu, freq, CPUFREQ_RELATION_L); in intel_pstate_freq_to_hwp()
/openbmc/linux/include/linux/
H A Dcpufreq.h284 #define CPUFREQ_RELATION_L 0 /* lowest frequency at or above target */ macro
290 #define CPUFREQ_RELATION_LE (CPUFREQ_RELATION_L | CPUFREQ_RELATION_E)
1052 case CPUFREQ_RELATION_L: in cpufreq_frequency_table_target()
/openbmc/linux/kernel/sched/
H A Dcpufreq_schedutil.c488 __cpufreq_driver_target(sg_policy->policy, freq, CPUFREQ_RELATION_L); in sugov_work()