Home
last modified time | relevance | path

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

/openbmc/linux/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.c756 return pm_get_wakeup_count(&val, true) ? in wakeup_count_show()
/openbmc/linux/include/linux/
H A Dsuspend.h524 extern bool pm_get_wakeup_count(unsigned int *count, bool block);
/openbmc/linux/drivers/base/power/
H A Dwakeup.c967 bool pm_get_wakeup_count(unsigned int *count, bool block) in pm_get_wakeup_count() function