Searched refs:cpufreq_has_boost_support (Results 1 – 3 of 3) sorted by relevance
/linux/tools/power/cpupower/utils/helpers/ |
A D | helpers.h | 136 extern int cpufreq_has_boost_support(unsigned int cpu, int *support, 166 static inline int cpufreq_has_boost_support(unsigned int cpu, int *support, in cpufreq_has_boost_support() function
|
A D | misc.c | 16 int cpufreq_has_boost_support(unsigned int cpu, int *support, int *active, in cpufreq_has_boost_support() function
|
/linux/tools/power/cpupower/utils/ |
A D | cpufreq-info.c | 169 ret = cpufreq_has_boost_support(cpu, &support, &active, &b_states); in get_boost_mode_x86()
|
Completed in 6 milliseconds