Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/power/
H A Dautosleep.c31 if (!pm_get_wakeup_count(&initial_count, true)) in try_to_suspend()
53 if (!pm_get_wakeup_count(&final_count, false)) in try_to_suspend()
H A Dmain.c710 return pm_get_wakeup_count(&val, true) ? in wakeup_count_show()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsuspend.h514 extern bool pm_get_wakeup_count(unsigned int *count, bool block);
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dwakeup.c1049 bool pm_get_wakeup_count(unsigned int *count, bool block) in pm_get_wakeup_count() function