Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/powerpc/platforms/pseries/
Dsuspend.c35 static atomic_t suspending; variable
77 if (atomic_read(&suspending)) in pseries_suspend_cpu()
109 atomic_set(&suspending, 0); in pseries_suspend_enter()
122 atomic_set(&suspending, 1); in pseries_prepare_late()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-dev.c307 if (!ccp->suspending) { in ccp_enqueue_cmd()
367 if (ccp->suspending) { in ccp_dequeue_cmd()
542 ccp->suspending = 1; in ccp_dev_suspend()
566 ccp->suspending = 0; in ccp_dev_resume()
Dccp-dev.h430 unsigned int suspending; member
/Linux-v4.19/Documentation/power/
Dbasic-pm-debugging.txt15 because some problems only show up on a second attempt at suspending and
50 - test the freezing of processes and suspending of devices
53 - test the freezing of processes, suspending of devices and platform
57 - test the freezing of processes, suspending of devices, platform
61 - test the freezing of processes, suspending of devices, platform global
62 control methods(*), the disabling of nonboot CPUs and suspending of
70 suspending devices) and issue the standard hibernation commands. For example,
81 /sys/power/pm_test , then after suspending devices the kernel will additionally
138 If the "core" test fails, which means that suspending of the system/platform
Duserland-swsusp.txt140 The suspending and resuming utilities MUST lock themselves in memory,
143 The suspending utility MUST check the value stored by SNAPSHOT_CREATE_IMAGE
148 (a) The suspending utility MUST NOT close the snapshot device
151 suspending utility SHOULD destroy it, preferably by zapping
155 (b) The suspending utility SHOULD NOT attempt to perform any
162 the snapshot image), the suspending utility MUST close the snapshot
Dswsusp-and-swap-files.txt55 /proc/swaps) so that it can be used for suspending.
57 Note that if the swap file used for suspending is deleted and recreated,
Dsuspend-and-interrupts.txt11 suspend after the "late" phase of suspending devices (that is, after all of the
36 suspend-resume cycle, including the "noirq" phases of suspending and resuming
99 interrupts right after the "noirq" phase of suspending devices.
Dswsusp.txt120 Q: well, suspending a server is IMHO a really stupid thing,
147 during suspending, but otherwise it would work...
414 before suspending; then remount them after resuming.
Dfreezing-of-tasks.txt123 from interfering with the suspending and resuming of devices. A user space
124 process running on a second CPU while we are suspending devices may, for
Dvideo.txt84 your video card (good luck getting docs :-(). Maybe suspending from X
/Linux-v4.19/drivers/input/touchscreen/
Dzforce_ts.c125 bool suspending; member
510 if (!ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread()
538 if (ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread()
591 if (!ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread()
627 ts->suspending = true; in zforce_suspend()
658 ts->suspending = false; in zforce_suspend()
/Linux-v4.19/drivers/tty/serial/
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()
/Linux-v4.19/drivers/staging/vc04_services/interface/vchi/message_drivers/
Dmessage.h168 int32_t (*suspending)( VCHI_MDRIVER_HANDLE_T *handle ); member
/Linux-v4.19/drivers/usb/serial/
Dusb-serial.c1099 serial->suspending = 1; in usb_serial_suspend()
1109 serial->suspending = 0; in usb_serial_suspend()
1136 serial->suspending = 0; in usb_serial_resume()
1153 serial->suspending = 0; in usb_serial_reset_resume()
/Linux-v4.19/arch/arm/mach-pxa/
Dsleep.S103 @ about suspending with PXBus operating above 133MHz
/Linux-v4.19/include/linux/usb/
Dserial.h158 unsigned char suspending:1; member
/Linux-v4.19/drivers/usb/host/
Dehci-hub.c148 bool suspending, bool do_wakeup) in ehci_adjust_port_wakeup_flags() argument
186 if (!suspending) { in ehci_adjust_port_wakeup_flags()
207 if (!suspending && ehci_port_change(ehci)) in ehci_adjust_port_wakeup_flags()
Dehci.h889 bool suspending, bool do_wakeup);
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt87 suspending, which means that use of printascii() or similar direct
/Linux-v4.19/kernel/power/
DKconfig72 suspending. Also in this case you must not use the filesystems
92 on before suspending.
/Linux-v4.19/Documentation/driver-api/usb/
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
429 suspending and resuming correctly. This is exactly equivalent to
512 the system is suspending. The remote wakeup may succeed, which would
561 In addition to suspending endpoint devices and enabling hardware
/Linux-v4.19/Documentation/admin-guide/pm/
Dsleep-states.rst29 runtime idle by freezing user space, suspending the timekeeping and putting all
53 In addition to freezing user space, suspending the timekeeping and putting all
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Ddrv.c1157 trans->suspending = true; in iwl_pci_system_prepare()
1182 trans->suspending = false; in iwl_pci_system_complete()
/Linux-v4.19/drivers/bluetooth/
Dbtusb.c1337 bool suspending; in submit_or_queue_tx_urb() local
1340 suspending = test_bit(BTUSB_SUSPENDING, &data->flags); in submit_or_queue_tx_urb()
1341 if (!suspending) in submit_or_queue_tx_urb()
1345 if (!suspending) in submit_or_queue_tx_urb()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.h779 bool suspending; member

12