Home
last modified time | relevance | path

Searched refs:suspending (Results 1 – 25 of 71) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dsuspend.c21 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 Dmali_kbase_pm.c167 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 Dmali_kbase.h474 return kbdev->pm.suspending; in kbase_pm_is_suspending()
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dbasic-pm-debugging.rst19 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 Duserland-swsusp.rst160 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 Dswsusp-and-swap-files.rst58 /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 Dsuspend-and-interrupts.rst13 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 Dccp-dev.c325 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 Dccp-dev.h428 unsigned int suspending; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dzforce_ts.c117 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 Dmax3100.c125 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 D0006-HACK-backend-drm-Avoid-random-crash-when-suspending.patch4 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 D0007-HACK-backend-drm-Avoid-random-crash-when-suspending.patch4 Subject: [PATCH 07/93] HACK: backend-drm: Avoid random crash when suspending
/OK3568_Linux_fs/buildroot/package/weston/
H A D0007-HACK-backend-drm-Avoid-random-crash-when-suspending.patch4 Subject: [PATCH 07/93] HACK: backend-drm: Avoid random crash when suspending
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_pm.c160 kbdev->pm.suspending = true; in kbase_pm_suspend()
H A Dmali_kbase.h251 return kbdev->pm.suspending; in kbase_pm_is_suspending()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_pm_backend.c81 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 Dusb-serial.c1117 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 Dsleep.S103 @ about suspending with PXBus operating above 133MHz
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-hub.c147 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 Dserial.h151 unsigned char suspending:1; member
/OK3568_Linux_fs/kernel/Documentation/arm/samsung-s3c24xx/
H A Dsuspend.rst88 suspending, which means that use of printascii() or similar direct
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dpower-management.rst33 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 DKconfig76 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 Dmali_kbase_pm_backend.c156 kbdev->pm.suspending = false; in kbase_hwaccess_pm_init()
955 kbdev->pm.suspending = false; in kbase_hwaccess_pm_resume()

123