Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dsuspend.c95 if (pm_wakeup_pending()) in s2idle_enter()
143 } else if (pm_wakeup_pending()) { in s2idle_loop()
448 *wakeup = pm_wakeup_pending(); in suspend_enter()
H A Dprocess.c69 if (pm_wakeup_pending()) { in try_to_freeze_tasks()
H A Dhibernate.c330 if (hibernation_test(TEST_CORE) || pm_wakeup_pending()) in create_image()
612 if (pm_wakeup_pending()) { in hibernation_platform_enter()
/linux/include/linux/
H A Dsuspend.h459 extern bool pm_wakeup_pending(void);
493 static inline bool pm_wakeup_pending(void) { return false; } in pm_wakeup_pending() function
/linux/drivers/base/
H A Dsyscore.c56 if (pm_wakeup_pending()) in syscore_suspend()
/linux/drivers/acpi/
H A Dsleep.c739 return pm_wakeup_pending(); in acpi_s2idle_wake()
741 while (pm_wakeup_pending()) { in acpi_s2idle_wake()
785 if (pm_wakeup_pending()) { in acpi_s2idle_wake()
H A Dec.c2135 } while (work_in_progress && !pm_wakeup_pending()); in acpi_ec_dispatch_gpe()
/linux/drivers/base/power/
H A Dwakeup.c879 bool pm_wakeup_pending(void) in pm_wakeup_pending() function
901 EXPORT_SYMBOL_GPL(pm_wakeup_pending);
H A Dmain.c1392 if (pm_wakeup_pending()) { in device_suspend_late()
1613 if (pm_wakeup_pending()) { in device_suspend()
/linux/drivers/thermal/intel/
H A Dintel_pch_thermal.c313 if (pm_wakeup_pending()) { in intel_pch_thermal_suspend_noirq()
/linux/kernel/
H A Dcpu.c1898 if (pm_wakeup_pending()) { in cpuhp_bringup_cpus_parallel()