Searched refs:CPUFREQ_RELATION_L (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/cpufreq/ |
| H A D | cpufreq_userspace.c | 44 ret = __cpufreq_driver_target(policy, freq, CPUFREQ_RELATION_L); in cpufreq_set() 119 CPUFREQ_RELATION_L); in cpufreq_userspace_policy_limits() 122 CPUFREQ_RELATION_L); in cpufreq_userspace_policy_limits()
|
| H A D | cpufreq_powersave.c | 17 __cpufreq_driver_target(policy, policy->min, CPUFREQ_RELATION_L); in cpufreq_gov_powersave_limits()
|
| H A D | intel_pstate.c | 556 return intel_pstate_freq_to_hwp_rel(cpu, freq, CPUFREQ_RELATION_L); in intel_pstate_freq_to_hwp()
|
| /linux/include/linux/ |
| H A D | cpufreq.h | 302 #define CPUFREQ_RELATION_L 0 /* lowest frequency at or above target */ macro 308 #define CPUFREQ_RELATION_LE (CPUFREQ_RELATION_L | CPUFREQ_RELATION_E) 1076 case CPUFREQ_RELATION_L: in cpufreq_frequency_table_target()
|
| /linux/rust/kernel/ |
| H A D | cpufreq.rs | 68 const CPUFREQ_RELATION_L: u32 = 0; constant 94 CPUFREQ_RELATION_L => Self::Low(efficient), in new() 106 Relation::Low(e) => (CPUFREQ_RELATION_L, e), in from()
|
| /linux/kernel/sched/ |
| H A D | cpufreq_schedutil.c | 564 __cpufreq_driver_target(sg_policy->policy, freq, CPUFREQ_RELATION_L); in sugov_work()
|