| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_pm.c | 167 kbdev->pm.suspending = true; in kbase_pm_driver_suspend() 198 kbdev->pm.suspending = false; in kbase_pm_driver_suspend() 219 kbdev->pm.suspending = false; in kbase_pm_driver_suspend()
|
| H A D | mali_kbase.h | 474 return kbdev->pm.suspending; in kbase_pm_is_suspending()
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A 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
|
| H A 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
|
| H A 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,
|
| H A D | suspend-and-interrupts.rst | 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.
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A 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()
|
| H A D | ccp-dev.h | 428 unsigned int suspending; member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | zforce_ts.c | 117 bool suspending; member 502 if (!ts->suspending && device_may_wakeup(&client->dev)) 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()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | max3100.c | 125 int suspending; member 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()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0006-HACK-backend-drm-Avoid-random-crash-when-suspending.patch | 4 Subject: [PATCH 06/79] HACK: backend-drm: Avoid random crash when suspending
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0007-HACK-backend-drm-Avoid-random-crash-when-suspending.patch | 4 Subject: [PATCH 07/93] HACK: backend-drm: Avoid random crash when suspending
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0007-HACK-backend-drm-Avoid-random-crash-when-suspending.patch | 4 Subject: [PATCH 07/93] HACK: backend-drm: Avoid random crash when suspending
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_pm.c | 160 kbdev->pm.suspending = true; in kbase_pm_suspend()
|
| H A D | mali_kbase.h | 251 return kbdev->pm.suspending; in kbase_pm_is_suspending()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_pm_backend.c | 81 kbdev->pm.suspending = false; in kbase_hwaccess_pm_init() 475 kbdev->pm.suspending = false; in kbase_hwaccess_pm_resume()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | usb-serial.c | 1117 serial->suspending = 1; in usb_serial_suspend() 1127 serial->suspending = 0; in usb_serial_suspend() 1154 serial->suspending = 0; in usb_serial_resume() 1171 serial->suspending = 0; in usb_serial_reset_resume()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | sleep.S | 103 @ about suspending with PXBus operating above 133MHz
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-hub.c | 147 bool suspending, bool do_wakeup) in ehci_adjust_port_wakeup_flags() argument 185 if (!suspending) { in ehci_adjust_port_wakeup_flags() 206 if (!suspending && ehci_port_change(ehci)) in ehci_adjust_port_wakeup_flags()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | serial.h | 151 unsigned char suspending:1; member
|
| /OK3568_Linux_fs/kernel/Documentation/arm/samsung-s3c24xx/ |
| H A D | suspend.rst | 88 suspending, which means that use of printascii() or similar direct
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | power-management.rst | 33 Power Management (PM) is the practice of saving energy by suspending 288 device by suspending it at the wrong time. (Highly unlikely, but 342 suspending the other interfaces. The USB core doesn't allow this; all 433 suspending and resuming correctly. This is exactly equivalent to 516 the system is suspending. The remote wakeup may succeed, which would 565 In addition to suspending endpoint devices and enabling hardware
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | Kconfig | 76 suspending. Also in this case you must not use the filesystems 105 on before suspending.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_pm_backend.c | 156 kbdev->pm.suspending = false; in kbase_hwaccess_pm_init() 955 kbdev->pm.suspending = false; in kbase_hwaccess_pm_resume()
|