/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | suspend.c | 35 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/ |
D | basic-pm-debugging.txt | 15 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
|
D | userland-swsusp.txt | 140 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
|
D | swsusp-and-swap-files.txt | 55 /proc/swaps) so that it can be used for suspending. 57 Note that if the swap file used for suspending is deleted and recreated,
|
D | suspend-and-interrupts.txt | 11 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.
|
D | swsusp.txt | 112 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.
|
D | freezing-of-tasks.txt | 123 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
|
D | video.txt | 84 your video card (good luck getting docs :-(). Maybe suspending from X
|
D | devices.txt | 263 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
|
D | runtime_pm.txt | 147 suspending the device are satisfied) and to queue up a suspend request for the 839 suspending (i.e., while the callback is running).
|
D | pci.txt | 915 of the PCI-specific actions necessary for suspending the device.
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | zforce_ts.c | 124 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/ |
D | max3100.c | 130 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/ |
D | ccp-platform.c | 235 ccp->suspending = 1; in ccp_platform_suspend() 260 ccp->suspending = 0; in ccp_platform_resume()
|
D | ccp-pci.c | 275 ccp->suspending = 1; in ccp_pci_suspend() 300 ccp->suspending = 0; in ccp_pci_resume()
|
D | ccp-dev.h | 254 unsigned int suspending; member
|
D | ccp-dev.c | 121 if (!ccp->suspending) { in ccp_enqueue_cmd() 181 if (ccp->suspending) { in ccp_dequeue_cmd()
|
/linux-4.1.27/drivers/usb/serial/ |
D | usb-serial.c | 1132 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/ |
D | sleep.S | 103 @ about suspending with PXBus operating above 133MHz
|
/linux-4.1.27/include/linux/usb/ |
D | serial.h | 157 unsigned char suspending:1; member
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-hub.c | 159 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/ |
D | Suspend.txt | 87 suspending, which means that use of printascii() or similar direct
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 62 suspending. Also in this case you must not use the filesystems 82 on before suspending.
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 31 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
|
D | persist.txt | 60 device before suspending. If the root filesystem is on a USB device,
|
/linux-4.1.27/drivers/acpi/ |
D | ec.c | 745 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/ |
D | sysfs-class-mic.txt | 51 "suspending" - The MIC device is currently being prepared for
|
/linux-4.1.27/drivers/bluetooth/ |
D | btusb.c | 1137 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/ |
D | igb_main.c | 3147 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/ |
D | Kconfig | 2169 support, or if it beeps continuously instead of suspending. Turn
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 2298 Disable suspending of consoles during suspend and
|