Home
last modified time | relevance | path

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

/tools/power/cpupower/lib/
Dcpufreq.h77 int cpufreq_get_hardware_limits(unsigned int cpu,
Dcpufreq.c197 int cpufreq_get_hardware_limits(unsigned int cpu, in cpufreq_get_hardware_limits() function
/tools/power/cpupower/utils/
Dcpufreq-info.c72 if (cpufreq_get_hardware_limits(cpu, &min, &max)) { in proc_cpufreq_output()
312 if (cpufreq_get_hardware_limits(cpu, &min, &max)) { in get_hardware_limits()
/tools/power/cpupower/utils/idle_monitor/
Dmperf_monitor.c310 if (cpufreq_get_hardware_limits(0, &min, &max_frequency)) { in init_maxfreq_mode()