Searched refs:cpufreq_get_hw_max_freq (Results 1 - 3 of 3) sorted by path

/linux-master/arch/arm64/kernel/
H A Dwatchdog_hld.c21 max_cpu_freq = cpufreq_get_hw_max_freq(cpu) * 1000UL;
/linux-master/drivers/cpufreq/
H A Dcpufreq.c1862 * cpufreq_get_hw_max_freq - get the max hardware frequency of the CPU
1867 __weak unsigned int cpufreq_get_hw_max_freq(unsigned int cpu) function
1879 EXPORT_SYMBOL(cpufreq_get_hw_max_freq); variable
/linux-master/include/linux/
H A Dcpufreq.h227 unsigned int cpufreq_get_hw_max_freq(unsigned int cpu);
257 static inline unsigned int cpufreq_get_hw_max_freq(unsigned int cpu) function

Completed in 394 milliseconds