Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/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.txt112 Q: well, suspending a server is IMHO a really stupid thing,
139 during suspending, but otherwise it would work...
406 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
Ddevices.txt263 the device is suspending (i.e. has been chosen by the PM core as the next
433 suspending: I/O can be performed using DMA and IRQs, and the relevant clocks are
514 prepared for the upcoming system shutdown. This is much like suspending them
Druntime_pm.txt147 suspending the device are satisfied) and to queue up a suspend request for the
839 suspending (i.e., while the callback is running).
Dpci.txt915 of the PCI-specific actions necessary for suspending the device.
/linux-4.1.27/drivers/input/touchscreen/
Dzforce_ts.c124 bool suspending; member
500 if (!ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread()
519 if (ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread()
572 if (!ts->suspending && device_may_wakeup(&client->dev)) in zforce_irq_thread()
613 ts->suspending = true; in zforce_suspend()
644 ts->suspending = false; in zforce_suspend()
/linux-4.1.27/drivers/tty/serial/
Dmax3100.c130 int suspending; member
182 if (!s->force_end_work && !freezing(current) && !s->suspending) in max3100_dowork()
558 if (s->suspending) in max3100_shutdown()
598 if (s->suspending) in max3100_startup()
862 s->suspending = 1; in max3100_suspend()
886 s->suspending = 0; in max3100_resume()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-platform.c235 ccp->suspending = 1; in ccp_platform_suspend()
260 ccp->suspending = 0; in ccp_platform_resume()
Dccp-pci.c275 ccp->suspending = 1; in ccp_pci_suspend()
300 ccp->suspending = 0; in ccp_pci_resume()
Dccp-dev.h254 unsigned int suspending; member
Dccp-dev.c121 if (!ccp->suspending) { in ccp_enqueue_cmd()
181 if (ccp->suspending) { in ccp_dequeue_cmd()
/linux-4.1.27/drivers/usb/serial/
Dusb-serial.c1132 serial->suspending = 1; in usb_serial_suspend()
1142 serial->suspending = 0; in usb_serial_suspend()
1169 serial->suspending = 0; in usb_serial_resume()
1186 serial->suspending = 0; in usb_serial_reset_resume()
/linux-4.1.27/arch/arm/mach-pxa/
Dsleep.S103 @ about suspending with PXBus operating above 133MHz
/linux-4.1.27/include/linux/usb/
Dserial.h157 unsigned char suspending:1; member
/linux-4.1.27/drivers/usb/host/
Dehci-hub.c159 bool suspending, bool do_wakeup) in ehci_adjust_port_wakeup_flags() argument
197 if (!suspending) { in ehci_adjust_port_wakeup_flags()
218 if (!suspending && ehci_port_change(ehci)) in ehci_adjust_port_wakeup_flags()
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt87 suspending, which means that use of printascii() or similar direct
/linux-4.1.27/kernel/power/
DKconfig62 suspending. Also in this case you must not use the filesystems
82 on before suspending.
/linux-4.1.27/Documentation/usb/
Dpower-management.txt31 Power Management (PM) is the practice of saving energy by suspending
283 device by suspending it at the wrong time. (Highly unlikely, but
337 suspending the other interfaces. The USB core doesn't allow this; all
424 suspending and resuming correctly. This is exactly equivalent to
507 the system is suspending. The remote wakeup may succeed, which would
544 In addition to suspending endpoint devices and enabling hardware
Dpersist.txt60 device before suspending. If the root filesystem is on a USB device,
/linux-4.1.27/drivers/acpi/
Dec.c745 static void acpi_ec_stop(struct acpi_ec *ec, bool suspending) in acpi_ec_stop() argument
757 if (!suspending) { in acpi_ec_stop()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-mic.txt51 "suspending" - The MIC device is currently being prepared for
/linux-4.1.27/drivers/bluetooth/
Dbtusb.c1137 bool suspending; in submit_or_queue_tx_urb() local
1140 suspending = test_bit(BTUSB_SUSPENDING, &data->flags); in submit_or_queue_tx_urb()
1141 if (!suspending) in submit_or_queue_tx_urb()
1145 if (!suspending) in submit_or_queue_tx_urb()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_main.c3147 static int __igb_close(struct net_device *netdev, bool suspending) in __igb_close() argument
3154 if (!suspending) in __igb_close()
3163 if (!suspending) in __igb_close()
/linux-4.1.27/arch/x86/
DKconfig2169 support, or if it beeps continuously instead of suspending. Turn
/linux-4.1.27/Documentation/
Dkernel-parameters.txt2298 Disable suspending of consoles during suspend and