/linux-4.4.14/arch/sparc/power/ |
D | Makefile | 3 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
|
/linux-4.4.14/arch/mips/power/ |
D | Makefile | 1 obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o
|
/linux-4.4.14/kernel/power/ |
D | Makefile | 10 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o user.o
|
D | autosleep.c | 46 hibernate(); in try_to_suspend()
|
D | main.c | 373 error = hibernate(); in state_store()
|
D | hibernate.c | 648 int hibernate(void) in hibernate() function
|
/linux-4.4.14/include/linux/ |
D | suspend.h | 382 extern int hibernate(void); 395 static inline int hibernate(void) { return -ENOSYS; } in hibernate() function
|
/linux-4.4.14/Documentation/power/ |
D | drivers-testing.txt | 28 b) Load the driver and attempt to hibernate in the "reboot", "shutdown" and 34 d) Attempt to hibernate with the driver compiled directly into the kernel
|
D | suspend-and-cpuhotplug.txt | 216 d. Handling microcode update during suspend/hibernate: 232 hibernate/restore cycle.] 235 as part of the suspend/hibernate cycle (the CPU_DEAD_FROZEN notification), 242 hotplug will not be done in-between suspend/resume or hibernate/restore
|
D | notifiers.txt | 18 PM_HIBERNATION_PREPARE The system is going to hibernate, tasks will be frozen
|
D | basic-pm-debugging.txt | 6 To check if hibernation works, you can try to hibernate in the "reboot" mode: 19 to hibernate or resume in the "reboot" mode, you should try the "platform" mode: 151 "init=/bin/bash" command line parameter and attempt to hibernate in the
|
D | freezing-of-tasks.txt | 214 that could lead to freezing failures, because if the suspend/hibernate code
|
D | swsusp.txt | 87 the resuming. If the option ``hibernate=nocompress'' is specified as a boot
|
D | pci.txt | 715 preallocated earlier, for example in a suspend/hibernate notifier as described
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | Makefile | 19 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c.h | 391 bool hibernate; member 567 if (unlikely((a)->hibernate)) { \ 585 if (unlikely((a)->hibernate)) { \
|
D | atl1c_hw.c | 327 hw->hibernate) in atl1c_read_phy_core() 375 hw->hibernate) in atl1c_write_phy_core()
|
D | atl1c_main.c | 266 hw->hibernate = true; in atl1c_check_link_status() 276 hw->hibernate = false; in atl1c_check_link_status() 794 hw->hibernate = true; in atl1c_sw_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/security/tpm/ |
D | st33zp24-spi.txt | 11 If set, power must be present when the platform is going into sleep/hibernate mode.
|
D | st33zp24-i2c.txt | 12 If set, power must be present when the platform is going into sleep/hibernate mode.
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | suspend.c | 217 static DEVICE_ATTR(hibernate, S_IWUSR | S_IRUGO,
|
/linux-4.4.14/arch/arm/kernel/ |
D | Makefile | 41 obj-$(CONFIG_HIBERNATION) += hibernate.o
|
/linux-4.4.14/kernel/ |
D | reboot.c | 357 ret = hibernate(); in SYSCALL_DEFINE4()
|
/linux-4.4.14/arch/unicore32/configs/ |
D | unicore32_defconfig | 31 # hibernate support: resume=/dev/sda3
|
/linux-4.4.14/Documentation/ |
D | cpu-hotplug.txt | 217 1. Resume from hibernate/suspend depends on CPU0. Hibernate/suspend will fail if 218 CPU0 is offline and you need to online CPU0 before hibernate/suspend can
|
D | rtc.txt | 44 a few ways (enabling longer alarm periods, and wake-from-hibernate).
|
D | kernel-parameters.txt | 2376 hibernate operations. Once disabled, debugging 2590 1. Resume from suspend/hibernate depends on CPU0. 2591 Suspend/hibernate will fail if CPU0 is offline and you 2592 need to online CPU0 before suspend/hibernate. 3387 hibernate= [HIBERNATION]
|
/linux-4.4.14/drivers/mfd/ |
D | tps65010.c | 350 hibernate(); in tps65010_interrupt()
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 545 operating system to hibernate or shutdown cleanly (0x2313), or shutdown 550 should suspend or hibernate the laptop (and in the case of battery 556 operating system is to force either an immediate suspend or hibernate
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1977 First, resume from hibernate or suspend always starts from CPU0. 1978 So hibernate and suspend are prevented if CPU0 is offline.
|