Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/power/
Dsuspend.c93 if (pm_wakeup_pending()) in s2idle_enter()
137 } else if (pm_wakeup_pending()) { in s2idle_loop()
432 *wakeup = pm_wakeup_pending(); in suspend_enter()
Dprocess.c69 if (pm_wakeup_pending()) { in try_to_freeze_tasks()
Dhibernate.c314 if (hibernation_test(TEST_CORE) || pm_wakeup_pending()) in create_image()
594 if (pm_wakeup_pending()) { in hibernation_platform_enter()
/kernel/linux/linux-5.10/include/linux/
Dsuspend.h501 extern bool pm_wakeup_pending(void);
531 static inline bool pm_wakeup_pending(void) { return false; } in pm_wakeup_pending() function
/kernel/linux/linux-5.10/drivers/base/
Dsyscore.c56 if (pm_wakeup_pending()) in syscore_suspend()
/kernel/linux/linux-5.10/drivers/acpi/
Dsleep.c1006 return pm_wakeup_pending(); in acpi_s2idle_wake()
1008 while (pm_wakeup_pending()) { in acpi_s2idle_wake()
1058 if (pm_wakeup_pending()) { in acpi_s2idle_wake()
Dec.c2030 } while (work_in_progress && !pm_wakeup_pending()); in acpi_ec_dispatch_gpe()
/kernel/linux/linux-5.10/drivers/base/power/
Dwakeup.c910 bool pm_wakeup_pending(void) in pm_wakeup_pending() function
Dmain.c1393 if (pm_wakeup_pending()) { in __device_suspend_late()
1621 if (pm_wakeup_pending()) { in __device_suspend()
/kernel/linux/linux-5.10/kernel/
Dcpu.c1437 if (pm_wakeup_pending()) { in freeze_secondary_cpus()