Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/sparc/power/
DMakefile4 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
/kernel/linux/linux-5.10/arch/mips/power/
DMakefile2 obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o
/kernel/linux/linux-5.10/arch/x86/power/
DMakefile9 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o hibernate.o
/kernel/linux/linux-5.10/arch/arm64/kernel/
DMakefile51 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
/kernel/linux/linux-5.10/kernel/configs/
Dnopm.config8 # Triggers enablement via hibernate callbacks
/kernel/linux/linux-5.10/kernel/power/
DMakefile13 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o
Dautosleep.c47 hibernate(); in try_to_suspend()
Dhibernate.c707 int hibernate(void) in hibernate() function
/kernel/linux/linux-5.10/Documentation/power/
Ddrivers-testing.rst33 b) Load the driver and attempt to hibernate in the "reboot", "shutdown" and
39 d) Attempt to hibernate with the driver compiled directly into the kernel
Dsuspend-and-cpuhotplug.rst226 d. Handling microcode update during suspend/hibernate:
242 hibernate/restore cycle.]
245 as part of the suspend/hibernate cycle (cpuhp_tasks_frozen is set),
252 hotplug will not be done in-between suspend/resume or hibernate/restore
Dbasic-pm-debugging.rst10 To check if hibernation works, you can try to hibernate in the "reboot" mode::
23 fails to hibernate or resume in the "reboot" mode, you should try the
161 "init=/bin/bash" command line parameter and attempt to hibernate in the
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
Datl1c.h378 bool hibernate; member
553 if (unlikely((a)->hibernate)) { \
571 if (unlikely((a)->hibernate)) { \
Datl1c_hw.c314 hw->hibernate) in atl1c_read_phy_core()
362 hw->hibernate) in atl1c_write_phy_core()
/kernel/linux/linux-5.10/include/linux/
Dsuspend.h442 extern int hibernate(void);
457 static inline int hibernate(void) { return -ENOSYS; } in hibernate() function
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-chromeos26 - "hibernate": Hibernate the EC.
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
925 hibernate
929 hibernate
931 hibernate
963 hibernate
967 hibernate
969 hibernate
1093 Description: Flush WriteBooster Buffer during hibernate state.
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dsuspend.c178 static DEVICE_ATTR(hibernate, 0644, show_hibernate, store_hibernate);
/kernel/linux/linux-5.10/arch/arm/kernel/
DMakefile50 obj-$(CONFIG_HIBERNATION) += hibernate.o
/kernel/linux/linux-5.10/kernel/
Dreboot.c387 ret = hibernate(); in SYSCALL_DEFINE4()
/kernel/linux/linux-5.10/Documentation/gpu/
Ddrm-internals.rst216 These are called at suspend, hibernate, or resume time, and should
218 or hibernate states.
/kernel/linux/linux-5.10/Documentation/driver-api/pm/
Dnotifiers.rst30 The system is going to hibernate, tasks will be frozen immediately. This
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_drv.c1104 get_suspend_mode(struct drm_i915_private *dev_priv, bool hibernate) in get_suspend_mode() argument
1106 if (hibernate) in get_suspend_mode()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch839 diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c
841 --- a/kernel/power/hibernate.c
842 +++ b/kernel/power/hibernate.c

12