Home
last modified time | relevance | path

Searched refs:hibernate (Results 1 – 30 of 30) sorted by relevance

/linux-4.4.14/arch/sparc/power/
DMakefile3 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
/linux-4.4.14/arch/mips/power/
DMakefile1 obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o
/linux-4.4.14/kernel/power/
DMakefile10 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o user.o
Dautosleep.c46 hibernate(); in try_to_suspend()
Dmain.c373 error = hibernate(); in state_store()
Dhibernate.c648 int hibernate(void) in hibernate() function
/linux-4.4.14/include/linux/
Dsuspend.h382 extern int hibernate(void);
395 static inline int hibernate(void) { return -ENOSYS; } in hibernate() function
/linux-4.4.14/Documentation/power/
Ddrivers-testing.txt28 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
Dsuspend-and-cpuhotplug.txt216 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
Dnotifiers.txt18 PM_HIBERNATION_PREPARE The system is going to hibernate, tasks will be frozen
Dbasic-pm-debugging.txt6 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
Dfreezing-of-tasks.txt214 that could lead to freezing failures, because if the suspend/hibernate code
Dswsusp.txt87 the resuming. If the option ``hibernate=nocompress'' is specified as a boot
Dpci.txt715 preallocated earlier, for example in a suspend/hibernate notifier as described
/linux-4.4.14/arch/unicore32/kernel/
DMakefile19 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c.h391 bool hibernate; member
567 if (unlikely((a)->hibernate)) { \
585 if (unlikely((a)->hibernate)) { \
Datl1c_hw.c327 hw->hibernate) in atl1c_read_phy_core()
375 hw->hibernate) in atl1c_write_phy_core()
Datl1c_main.c266 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/
Dst33zp24-spi.txt11 If set, power must be present when the platform is going into sleep/hibernate mode.
Dst33zp24-i2c.txt12 If set, power must be present when the platform is going into sleep/hibernate mode.
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dsuspend.c217 static DEVICE_ATTR(hibernate, S_IWUSR | S_IRUGO,
/linux-4.4.14/arch/arm/kernel/
DMakefile41 obj-$(CONFIG_HIBERNATION) += hibernate.o
/linux-4.4.14/kernel/
Dreboot.c357 ret = hibernate(); in SYSCALL_DEFINE4()
/linux-4.4.14/arch/unicore32/configs/
Dunicore32_defconfig31 # hibernate support: resume=/dev/sda3
/linux-4.4.14/Documentation/
Dcpu-hotplug.txt217 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
Drtc.txt44 a few ways (enabling longer alarm periods, and wake-from-hibernate).
Dkernel-parameters.txt2376 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/
Dtps65010.c350 hibernate(); in tps65010_interrupt()
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt545 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/
DKconfig1977 First, resume from hibernate or suspend always starts from CPU0.
1978 So hibernate and suspend are prevented if CPU0 is offline.