Searched refs:cpufreq_has_boost_support (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | helpers.h | 152 extern int cpufreq_has_boost_support(unsigned int cpu, int *support, 183 static inline int cpufreq_has_boost_support(unsigned int cpu, int *support, in cpufreq_has_boost_support() function
|
D | misc.c | 5 int cpufreq_has_boost_support(unsigned int cpu, int *support, int *active, in cpufreq_has_boost_support() function
|
/linux-4.1.27/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 176 ret = cpufreq_has_boost_support(cpu, &support, &active, &b_states); in get_boost_mode()
|