Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dautosleep.c30 if (!pm_get_wakeup_count(&initial_count, true)) in try_to_suspend()
52 if (!pm_get_wakeup_count(&final_count, false)) in try_to_suspend()
H A Dmain.c868 return pm_get_wakeup_count(&val, true) ? in wakeup_count_show()
/linux/include/linux/
H A Dsuspend.h478 extern bool pm_get_wakeup_count(unsigned int *count, bool block);
/linux/drivers/base/power/
H A Dwakeup.c962 bool pm_get_wakeup_count(unsigned int *count, bool block) in pm_get_wakeup_count() function