Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcpufreq.h123 * This indicates if the relation flag CPUFREQ_RELATION_E can be
308 #define CPUFREQ_RELATION_E BIT(2) /* Get if possible an efficient frequency */ macro
310 #define CPUFREQ_RELATION_LE (CPUFREQ_RELATION_L | CPUFREQ_RELATION_E)
311 #define CPUFREQ_RELATION_HE (CPUFREQ_RELATION_H | CPUFREQ_RELATION_E)
312 #define CPUFREQ_RELATION_CE (CPUFREQ_RELATION_C | CPUFREQ_RELATION_E)
1068 (relation & CPUFREQ_RELATION_E); in cpufreq_frequency_table_target()
1072 relation &= ~CPUFREQ_RELATION_E; in cpufreq_frequency_table_target()
/linux/rust/kernel/
H A Dcpufreq.rs74 const CPUFREQ_RELATION_E: u32 = 1 << 2; constant
92 let efficient = val & CPUFREQ_RELATION_E != 0; in new()
94 Ok(match val & !CPUFREQ_RELATION_E { in new()
113 val |= CPUFREQ_RELATION_E; in from()
/linux/drivers/cpufreq/
H A Damd_freq_sensitivity.c95 relation & CPUFREQ_RELATION_E); in amd_powersave_bias_target()
H A Dcpufreq_ondemand.c87 relation & CPUFREQ_RELATION_E); in generic_powersave_bias_target()
90 relation & CPUFREQ_RELATION_E); in generic_powersave_bias_target()
H A Dcpufreq.c2383 * it's unlikely it knows how to decode CPUFREQ_RELATION_E. in __cpufreq_driver_target()
2386 relation &= ~CPUFREQ_RELATION_E; in __cpufreq_driver_target()