Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcpufreq.h347 void cpufreq_suspend(void);
351 static inline void cpufreq_suspend(void) {} in cpufreq_suspend() function
/linux-4.1.27/drivers/cpufreq/
Dcpufreq.c1647 void cpufreq_suspend(void) in cpufreq_suspend() function
2525 .shutdown = cpufreq_suspend,
/linux-4.1.27/drivers/base/power/
Dmain.c1502 cpufreq_suspend(); in dpm_suspend()