Searched refs:CPUFREQ_RELATION_L (Results 1 – 9 of 9) sorted by relevance
41 ret = __cpufreq_driver_target(policy, freq, CPUFREQ_RELATION_L); in cpufreq_set()85 CPUFREQ_RELATION_L); in cpufreq_governor_userspace()
28 CPUFREQ_RELATION_L); in cpufreq_governor_powersave()
144 case CPUFREQ_RELATION_L: in cpufreq_frequency_table_target()174 case CPUFREQ_RELATION_L: in cpufreq_frequency_table_target()
107 CPUFREQ_RELATION_L, &index); in generic_powersave_bias_target()147 CPUFREQ_RELATION_L : CPUFREQ_RELATION_H); in dbs_freq_increase()189 CPUFREQ_RELATION_L); in od_check_cpu()
112 if (relation == CPUFREQ_RELATION_L) in integrator_set_target()
113 CPUFREQ_RELATION_L); in cs_check_cpu()
523 CPUFREQ_RELATION_L); in cpufreq_governor_limits()
1224 CPUFREQ_RELATION_L); in cpufreq_online()
184 #define CPUFREQ_RELATION_L 0 /* lowest frequency at or above target */ macro