Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dsuspend.h280 extern bool pm_wakeup_pending(void);
297 static inline bool pm_wakeup_pending(void) { return false; } in pm_wakeup_pending() function
/linux-2.6.39/kernel/power/
Dprocess.c88 if (pm_wakeup_pending()) { in try_to_freeze_tasks()
Dsuspend.c173 if (!(suspend_test(TEST_CORE) || pm_wakeup_pending())) { in suspend_enter()
Dhibernate.c287 if (hibernation_test(TEST_CORE) || pm_wakeup_pending()) in create_image()
533 if (pm_wakeup_pending()) { in hibernation_platform_enter()
/linux-2.6.39/drivers/base/power/
Dwakeup.c592 bool pm_wakeup_pending(void) in pm_wakeup_pending() function
Dmain.c839 if (pm_wakeup_pending()) { in __device_suspend()
1024 error = pm_wakeup_pending() ? in dpm_prepare()