Home
last modified time | relevance | path

Searched refs:pm_wakeup_pending (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A 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/
H A Dsyscore.c56 if (pm_wakeup_pending()) in syscore_suspend()
/kernel/linux/linux-6.6/drivers/base/
H A Dsyscore.c56 if (pm_wakeup_pending()) in syscore_suspend()
/kernel/linux/linux-5.10/kernel/power/
H A 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()
H A Dprocess.c69 if (pm_wakeup_pending()) { in try_to_freeze_tasks()
H A 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-6.6/drivers/acpi/
H A 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()
H A Dec.c2135 } while (work_in_progress && !pm_wakeup_pending()); in acpi_ec_dispatch_gpe()
/kernel/linux/linux-6.6/kernel/power/
H A Dsuspend.c95 if (pm_wakeup_pending()) in s2idle_enter()
137 } else if (pm_wakeup_pending()) { in s2idle_loop()
443 *wakeup = pm_wakeup_pending(); in suspend_enter()
H A Dprocess.c69 if (pm_wakeup_pending()) { in try_to_freeze_tasks()
H A Dhibernate.c321 if (hibernation_test(TEST_CORE) || pm_wakeup_pending()) in create_image()
603 if (pm_wakeup_pending()) { in hibernation_platform_enter()
/kernel/linux/linux-6.6/include/linux/
H A Dsuspend.h518 extern bool pm_wakeup_pending(void);
552 static inline bool pm_wakeup_pending(void) { return false; } in pm_wakeup_pending() function
/kernel/linux/linux-5.10/drivers/acpi/
H A 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()
H A Dec.c2031 } while (work_in_progress && !pm_wakeup_pending()); in acpi_ec_dispatch_gpe()
/kernel/linux/linux-6.6/drivers/base/power/
H A Dwakeup.c869 * pm_wakeup_pending - Check if power transition in progress should be aborted.
876 bool pm_wakeup_pending(void) in pm_wakeup_pending() function
898 EXPORT_SYMBOL_GPL(pm_wakeup_pending); variable
H A Dmain.c1390 if (pm_wakeup_pending()) { in __device_suspend_late()
1624 if (pm_wakeup_pending()) { in __device_suspend()
/kernel/linux/linux-6.6/drivers/thermal/intel/
H A Dintel_pch_thermal.c311 if (pm_wakeup_pending()) { in intel_pch_thermal_suspend_noirq()
/kernel/linux/linux-5.10/drivers/base/power/
H A Dwakeup.c903 * pm_wakeup_pending - Check if power transition in progress should be aborted.
910 bool pm_wakeup_pending(void) in pm_wakeup_pending() function
H A Dmain.c1398 if (pm_wakeup_pending()) { in __device_suspend_late()
1631 if (pm_wakeup_pending()) { in __device_suspend()
/kernel/linux/linux-5.10/kernel/
H A Dcpu.c1437 if (pm_wakeup_pending()) { in freeze_secondary_cpus()
/kernel/linux/linux-6.6/kernel/
H A Dcpu.c1951 if (pm_wakeup_pending()) { in freeze_secondary_cpus()

Completed in 30 milliseconds