Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcpufreq.h350 void cpufreq_suspend(void);
354 static inline void cpufreq_suspend(void) {} in cpufreq_suspend() function
/linux-4.4.14/drivers/cpufreq/
Dcpufreq.c1584 void cpufreq_suspend(void) in cpufreq_suspend() function
2512 .shutdown = cpufreq_suspend,
/linux-4.4.14/drivers/base/power/
Dmain.c1505 cpufreq_suspend(); in dpm_suspend()