Home
last modified time | relevance | path

Searched refs:pm_wakeup_pending (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/
Dsuspend.h428 extern bool pm_wakeup_pending(void);
478 static inline bool pm_wakeup_pending(void) { return false; } in pm_wakeup_pending() function
/linux-4.4.14/drivers/base/
Dsyscore.c57 if (pm_wakeup_pending()) in syscore_suspend()
/linux-4.4.14/kernel/power/
Dsuspend.c63 if (pm_wakeup_pending()) in freeze_enter()
364 *wakeup = pm_wakeup_pending(); in suspend_enter()
Dprocess.c66 if (pm_wakeup_pending()) { in try_to_freeze_tasks()
Dhibernate.c295 if (hibernation_test(TEST_CORE) || pm_wakeup_pending()) in create_image()
560 if (pm_wakeup_pending()) { in hibernation_platform_enter()
/linux-4.4.14/drivers/base/power/
Dmain.c1028 if (pm_wakeup_pending()) { in __device_suspend_noirq()
1175 if (pm_wakeup_pending()) { in __device_suspend_late()
1370 if (pm_wakeup_pending()) { in __device_suspend()
Dwakeup.c841 bool pm_wakeup_pending(void) in pm_wakeup_pending() function
Ddomain.c690 if (pm_wakeup_pending()) { in pm_genpd_prepare()