Home
last modified time | relevance | path

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

/linux-5.19.10/tools/power/cpupower/utils/helpers/
Dhelpers.h138 extern int cpufreq_has_boost_support(unsigned int cpu, int *support,
178 static inline int cpufreq_has_boost_support(unsigned int cpu, int *support, in cpufreq_has_boost_support() function
Dmisc.c18 int cpufreq_has_boost_support(unsigned int cpu, int *support, int *active, in cpufreq_has_boost_support() function
/linux-5.19.10/tools/power/cpupower/utils/
Dcpufreq-info.c132 ret = cpufreq_has_boost_support(cpu, &support, &active, &b_states); in get_boost_mode_x86()