Home
last modified time | relevance | path

Searched refs:devfreq_suspend (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Ddevfreq.h247 void devfreq_suspend(void);
381 static inline void devfreq_suspend(void) {} in devfreq_suspend() function
/linux/drivers/base/power/
H A Dmain.c2091 devfreq_suspend(); in dpm_suspend()