| /kernel/linux/linux-5.10/Documentation/power/ |
| D | basic-pm-debugging.rst | 19 because some problems only show up on a second attempt at suspending and 56 - test the freezing of processes and suspending of devices 59 - test the freezing of processes, suspending of devices and platform 63 - test the freezing of processes, suspending of devices, platform 67 - test the freezing of processes, suspending of devices, platform global 68 control methods\ [1]_, the disabling of nonboot CPUs and suspending 78 suspending devices) and issue the standard hibernation commands. For example, 89 /sys/power/pm_test , then after suspending devices the kernel will additionally 147 If the "core" test fails, which means that suspending of the system/platform
|
| D | userland-swsusp.rst | 160 The suspending and resuming utilities MUST lock themselves in memory, 163 The suspending utility MUST check the value stored by SNAPSHOT_CREATE_IMAGE 170 (a) The suspending utility MUST NOT close the snapshot device 173 suspending utility SHOULD destroy it, preferably by zapping 177 (b) The suspending utility SHOULD NOT attempt to perform any 185 the snapshot image), the suspending utility MUST close the snapshot
|
| D | suspend-and-interrupts.rst | 9 Suspending and Resuming Device IRQs 13 suspend after the "late" phase of suspending devices (that is, after all of the 38 suspend-resume cycle, including the "noirq" phases of suspending and resuming 101 interrupts right after the "noirq" phase of suspending devices.
|
| D | swsusp-and-swap-files.rst | 58 /proc/swaps) so that it can be used for suspending. 60 Note that if the swap file used for suspending is deleted and recreated,
|
| /kernel/linux/linux-6.6/Documentation/power/ |
| D | basic-pm-debugging.rst | 19 because some problems only show up on a second attempt at suspending and 56 - test the freezing of processes and suspending of devices 59 - test the freezing of processes, suspending of devices and platform 63 - test the freezing of processes, suspending of devices, platform 67 - test the freezing of processes, suspending of devices, platform global 68 control methods\ [1]_, the disabling of nonboot CPUs and suspending 78 suspending devices) and issue the standard hibernation commands. For example, 89 /sys/power/pm_test , then after suspending devices the kernel will additionally 147 If the "core" test fails, which means that suspending of the system/platform
|
| D | userland-swsusp.rst | 160 The suspending and resuming utilities MUST lock themselves in memory, 163 The suspending utility MUST check the value stored by SNAPSHOT_CREATE_IMAGE 170 (a) The suspending utility MUST NOT close the snapshot device 173 suspending utility SHOULD destroy it, preferably by zapping 177 (b) The suspending utility SHOULD NOT attempt to perform any 185 the snapshot image), the suspending utility MUST close the snapshot
|
| D | suspend-and-interrupts.rst | 9 Suspending and Resuming Device IRQs 13 suspend after the "late" phase of suspending devices (that is, after all of the 38 suspend-resume cycle, including the "noirq" phases of suspending and resuming 101 interrupts right after the "noirq" phase of suspending devices.
|
| D | swsusp-and-swap-files.rst | 58 /proc/swaps) so that it can be used for suspending. 60 Note that if the swap file used for suspending is deleted and recreated,
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
| D | suspend.c | 21 static atomic_t suspending; variable 63 if (atomic_read(&suspending)) in pseries_suspend_cpu() 93 atomic_set(&suspending, 0); in pseries_suspend_enter() 106 atomic_set(&suspending, 1); in pseries_prepare_late()
|
| /kernel/linux/linux-6.6/net/mac80211/ |
| D | pm.c | 30 local->suspending = true; in __ieee80211_suspend() 31 mb(); /* make suspending visible before any cancellation */ in __ieee80211_suspend() 182 local->suspending = false; in __ieee80211_suspend()
|
| /kernel/linux/linux-6.6/drivers/tty/serial/ |
| D | max3100.c | 124 /* need to know we are suspending to avoid deadlock on workqueue */ 125 int suspending; member 127 /* hook for suspending MAX3100 via dedicated pin */ 177 if (!s->force_end_work && !freezing(current) && !s->suspending) in max3100_dowork() 547 if (s->suspending) in max3100_shutdown() 586 if (s->suspending) in max3100_startup() 847 s->suspending = 1; in max3100_suspend() 871 s->suspending = 0; in max3100_resume()
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | max3100.c | 124 /* need to know we are suspending to avoid deadlock on workqueue */ 125 int suspending; member 127 /* hook for suspending MAX3100 via dedicated pin */ 177 if (!s->force_end_work && !freezing(current) && !s->suspending) in max3100_dowork() 551 if (s->suspending) in max3100_shutdown() 591 if (s->suspending) in max3100_startup() 853 s->suspending = 1; in max3100_suspend() 877 s->suspending = 0; in max3100_resume()
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/pm/ |
| D | suspend-flows.rst | 77 3. Suspending devices and reconfiguring IRQs. 99 4. Freezing the scheduler tick and suspending timekeeping. 180 3. Suspending devices and reconfiguring IRQs. 218 5. Suspending core system components.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
| D | suspend-flows.rst | 77 3. Suspending devices and reconfiguring IRQs. 99 4. Freezing the scheduler tick and suspending timekeeping. 180 3. Suspending devices and reconfiguring IRQs. 218 5. Suspending core system components.
|
| /kernel/linux/linux-6.6/drivers/input/touchscreen/ |
| D | zforce_ts.c | 96 * @suspending in the process of going to suspend (don't emit wakeup 117 bool suspending; member 502 if (!ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread() 528 * suspending, when being a wakeup source in zforce_irq_thread() 530 if (ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread() 583 if (!ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread() 619 ts->suspending = true; in zforce_suspend() 650 ts->suspending = false; in zforce_suspend()
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| D | zforce_ts.c | 96 * @suspending in the process of going to suspend (don't emit wakeup 117 bool suspending; member 502 if (!ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread() 528 * suspending, when being a wakeup source in zforce_irq_thread() 530 if (ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread() 583 if (!ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread() 619 ts->suspending = true; in zforce_suspend() 650 ts->suspending = false; in zforce_suspend()
|
| /kernel/linux/linux-6.6/kernel/power/ |
| D | suspend_test.c | 15 * time in the future, then suspending. Suspending the devices won't
|
| /kernel/linux/linux-5.10/kernel/power/ |
| D | suspend_test.c | 15 * time in the future, then suspending. Suspending the devices won't
|
| /kernel/linux/linux-5.10/drivers/crypto/ccp/ |
| D | ccp-dev.c | 325 if (!ccp->suspending) { in ccp_enqueue_cmd() 385 if (ccp->suspending) { in ccp_dequeue_cmd() 563 ccp->suspending = 1; in ccp_dev_suspend() 591 ccp->suspending = 0; in ccp_dev_resume()
|
| /kernel/linux/linux-6.6/drivers/crypto/ccp/ |
| D | ccp-dev.c | 325 if (!ccp->suspending) { in ccp_enqueue_cmd() 385 if (ccp->suspending) { in ccp_dequeue_cmd() 563 ccp->suspending = 1; in ccp_dev_suspend() 589 ccp->suspending = 0; in ccp_dev_resume()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| D | drm_modeset_helper.c | 179 * This helper function takes care of suspending the modeset side. It disables 182 * If suspending fails, fbdev and polling is re-enabled.
|
| /kernel/linux/linux-6.6/net/bluetooth/ |
| D | msft.c | 131 __u8 suspending; member 399 if (!msft->suspending) { in msft_le_cancel_monitor_advertisement_cb() 459 msft->suspending = true; in msft_suspend_sync() 472 msft->suspending = false; in msft_suspend_sync() 1160 if (msft->resuming || msft->suspending) in msft_add_monitor_pattern() 1174 if (msft->resuming || msft->suspending) in msft_remove_monitor()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | suspend.h | 112 * @begin() is executed right prior to suspending devices. The information 173 * Called by the PM core if the suspending of devices fails. 296 S2IDLE_STATE_NONE, /* Not suspended/suspending. */ 414 * Called by the PM core if the suspending of devices during hibernation
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_modeset_helper.c | 184 * This helper function takes care of suspending the modeset side. It disables 187 * If suspending fails, fbdev and polling is re-enabled.
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | suspend.h | 115 * @begin() is executed right prior to suspending devices. The information 176 * Called by the PM core if the suspending of devices fails. 301 S2IDLE_STATE_NONE, /* Not suspended/suspending. */ 418 * Called by the PM core if the suspending of devices during hibernation
|