Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/power/
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()
Dprocess.c69 if (pm_wakeup_pending()) { in try_to_freeze_tasks()
Dhibernate.c330 if (hibernation_test(TEST_CORE) || pm_wakeup_pending()) in create_image()
612 if (pm_wakeup_pending()) { in hibernation_platform_enter()
/linux-6.12.1/include/linux/
Dsuspend.h459 extern bool pm_wakeup_pending(void);
493 static inline bool pm_wakeup_pending(void) { return false; } in pm_wakeup_pending() function
/linux-6.12.1/drivers/base/
Dsyscore.c56 if (pm_wakeup_pending()) in syscore_suspend()
/linux-6.12.1/drivers/acpi/
Dsleep.c753 return pm_wakeup_pending(); in acpi_s2idle_wake()
755 while (pm_wakeup_pending()) { in acpi_s2idle_wake()
799 if (pm_wakeup_pending()) { in acpi_s2idle_wake()
Dec.c2197 } while (work_in_progress && !pm_wakeup_pending()); in acpi_ec_dispatch_gpe()
/linux-6.12.1/drivers/base/power/
Dwakeup.c879 bool pm_wakeup_pending(void) in pm_wakeup_pending() function
901 EXPORT_SYMBOL_GPL(pm_wakeup_pending);
Dmain.c1392 if (pm_wakeup_pending()) { in device_suspend_late()
1613 if (pm_wakeup_pending()) { in device_suspend()
/linux-6.12.1/drivers/thermal/intel/
Dintel_pch_thermal.c318 if (pm_wakeup_pending()) { in intel_pch_thermal_suspend_noirq()
/linux-6.12.1/kernel/
Dcpu.c1927 if (pm_wakeup_pending()) { in freeze_secondary_cpus()