Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dautosleep.c35 if (!pm_save_wakeup_count(initial_count) || in try_to_suspend()
H A Dmain.c821 if (pm_save_wakeup_count(val)) in wakeup_count_store()
/linux/include/linux/
H A Dsuspend.h473 extern bool pm_save_wakeup_count(unsigned int count);
/linux/drivers/base/power/
H A Dwakeup.c991 * pm_save_wakeup_count - Save the current number of registered wakeup events.
1000 bool pm_save_wakeup_count(unsigned int count) in pm_save_wakeup_count() function