Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/power/
Dsuspend.c95 if (pm_wakeup_pending()) in s2idle_enter()
137 } else if (pm_wakeup_pending()) { in s2idle_loop()
442 *wakeup = pm_wakeup_pending(); in suspend_enter()
Dprocess.c69 if (pm_wakeup_pending()) { in try_to_freeze_tasks()
Dhibernate.c321 if (hibernation_test(TEST_CORE) || pm_wakeup_pending()) in create_image()
603 if (pm_wakeup_pending()) { in hibernation_platform_enter()
/linux-6.6.21/include/linux/
Dsuspend.h518 extern bool pm_wakeup_pending(void);
552 static inline bool pm_wakeup_pending(void) { return false; } in pm_wakeup_pending() function
/linux-6.6.21/drivers/base/
Dsyscore.c56 if (pm_wakeup_pending()) in syscore_suspend()
/linux-6.6.21/drivers/acpi/
Dsleep.c748 return pm_wakeup_pending(); in acpi_s2idle_wake()
750 while (pm_wakeup_pending()) { in acpi_s2idle_wake()
794 if (pm_wakeup_pending()) { in acpi_s2idle_wake()
Dec.c2135 } while (work_in_progress && !pm_wakeup_pending()); in acpi_ec_dispatch_gpe()
/linux-6.6.21/drivers/base/power/
Dwakeup.c876 bool pm_wakeup_pending(void) in pm_wakeup_pending() function
898 EXPORT_SYMBOL_GPL(pm_wakeup_pending);
Dmain.c1390 if (pm_wakeup_pending()) { in __device_suspend_late()
1624 if (pm_wakeup_pending()) { in __device_suspend()
/linux-6.6.21/drivers/thermal/intel/
Dintel_pch_thermal.c311 if (pm_wakeup_pending()) { in intel_pch_thermal_suspend_noirq()
/linux-6.6.21/kernel/
Dcpu.c1946 if (pm_wakeup_pending()) { in freeze_secondary_cpus()