Home
last modified time | relevance | path

Searched refs:CPUFREQ_RELATION_C (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/cpufreq/
Dfreq_table.c130 case CPUFREQ_RELATION_C: in cpufreq_frequency_table_target()
172 case CPUFREQ_RELATION_C: in cpufreq_frequency_table_target()
Dcpufreq_ondemand.c184 CPUFREQ_RELATION_C); in od_check_cpu()
190 __cpufreq_driver_target(policy, freq_next, CPUFREQ_RELATION_C); in od_check_cpu()
/linux-4.1.27/include/linux/
Dcpufreq.h183 #define CPUFREQ_RELATION_C 2 /* closest frequency to target */ macro