Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/sparc/power/
DMakefile3 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
/Linux-v4.19/arch/mips/power/
DMakefile1 obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o
/Linux-v4.19/kernel/configs/
Dnopm.config8 # Triggers enablement via hibernate callbacks
/Linux-v4.19/arch/arm64/kernel/
DMakefile51 arm64-obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
/Linux-v4.19/kernel/power/
DMakefile13 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o user.o
Dautosleep.c47 hibernate(); in try_to_suspend()
Dmain.c534 error = hibernate(); in state_store()
Dhibernate.c687 int hibernate(void) in hibernate() function
/Linux-v4.19/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 (cpuhp_tasks_frozen is set),
242 hotplug will not be done in-between suspend/resume or hibernate/restore
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
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c.h391 bool hibernate; member
566 if (unlikely((a)->hibernate)) { \
584 if (unlikely((a)->hibernate)) { \
Datl1c_hw.c327 hw->hibernate) in atl1c_read_phy_core()
375 hw->hibernate) in atl1c_write_phy_core()
/Linux-v4.19/include/linux/
Dsuspend.h393 extern int hibernate(void);
406 static inline int hibernate(void) { return -ENOSYS; } in hibernate() function
/Linux-v4.19/arch/unicore32/kernel/
DMakefile20 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
/Linux-v4.19/Documentation/devicetree/bindings/security/tpm/
Dst33zp24-spi.txt10 If set, power must be present when the platform is going into sleep/hibernate mode.
Dst33zp24-i2c.txt11 If set, power must be present when the platform is going into sleep/hibernate mode.
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dsuspend.c217 static DEVICE_ATTR(hibernate, 0644, show_hibernate, store_hibernate);
/Linux-v4.19/arch/arm/kernel/
DMakefile43 obj-$(CONFIG_HIBERNATION) += hibernate.o
/Linux-v4.19/kernel/
Dreboot.c384 ret = hibernate(); in SYSCALL_DEFINE4()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-ufs5 This file contains the auto-hibernate idle timer setting of a
6 UFS host controller. A value of '0' means auto-hibernate is not
9 the link into hibernate state. That will save power at the
830 hibernate
834 hibernate
836 hibernate
863 hibernate
867 hibernate
869 hibernate
/Linux-v4.19/Documentation/driver-api/pm/
Dnotifiers.rst26 The system is going to hibernate, tasks will be frozen immediately. This
/Linux-v4.19/arch/unicore32/configs/
Dunicore32_defconfig31 # hibernate support: resume=/dev/sda3
/Linux-v4.19/Documentation/gpu/
Ddrm-internals.rst249 These are called at suspend, hibernate, or resume time, and should
251 or hibernate states.
/Linux-v4.19/Documentation/
Drtc.txt44 a few ways (enabling longer alarm periods, and wake-from-hibernate).

12