Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dcpufreq.h288 #define CPUFREQ_RELATION_E BIT(2) /* Get if possible an efficient frequency */ macro
290 #define CPUFREQ_RELATION_LE (CPUFREQ_RELATION_L | CPUFREQ_RELATION_E)
291 #define CPUFREQ_RELATION_HE (CPUFREQ_RELATION_H | CPUFREQ_RELATION_E)
292 #define CPUFREQ_RELATION_CE (CPUFREQ_RELATION_C | CPUFREQ_RELATION_E)
1029 (relation & CPUFREQ_RELATION_E); in cpufreq_frequency_table_target()
1033 relation &= ~CPUFREQ_RELATION_E; in cpufreq_frequency_table_target()
/Linux-v6.6/drivers/cpufreq/
Damd_freq_sensitivity.c95 relation & CPUFREQ_RELATION_E); in amd_powersave_bias_target()
Dcpufreq_ondemand.c87 relation & CPUFREQ_RELATION_E); in generic_powersave_bias_target()
90 relation & CPUFREQ_RELATION_E); in generic_powersave_bias_target()
Dcpufreq.c2345 relation &= ~CPUFREQ_RELATION_E; in __cpufreq_driver_target()