/linux-5.19.10/arch/sparc/power/ |
D | Makefile | 4 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
|
/linux-5.19.10/arch/mips/power/ |
D | Makefile | 2 obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o
|
/linux-5.19.10/arch/x86/power/ |
D | Makefile | 12 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o hibernate.o
|
/linux-5.19.10/kernel/configs/ |
D | nopm.config | 8 # Triggers enablement via hibernate callbacks
|
/linux-5.19.10/arch/arm64/kernel/ |
D | Makefile | 68 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
|
/linux-5.19.10/Documentation/power/ |
D | drivers-testing.rst | 33 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
|
D | suspend-and-cpuhotplug.rst | 226 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
|
D | basic-pm-debugging.rst | 10 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
|
/linux-5.19.10/kernel/power/ |
D | Makefile | 17 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o
|
D | autosleep.c | 47 hibernate(); in try_to_suspend()
|
D | hibernate.c | 713 int hibernate(void) in hibernate() function
|
/linux-5.19.10/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c.h | 377 bool hibernate; member 559 if (unlikely((a)->hibernate)) { \ 577 if (unlikely((a)->hibernate)) { \
|
D | atl1c_hw.c | 314 hw->hibernate) in atl1c_read_phy_core() 362 hw->hibernate) in atl1c_write_phy_core()
|
/linux-5.19.10/include/linux/ |
D | suspend.h | 443 extern int hibernate(void); 458 static inline int hibernate(void) { return -ENOSYS; } in hibernate() function
|
/linux-5.19.10/arch/xtensa/kernel/ |
D | Makefile | 22 obj-$(CONFIG_HIBERNATION) += hibernate.o
|
/linux-5.19.10/Documentation/devicetree/bindings/security/tpm/ |
D | st33zp24-spi.txt | 10 If set, power must be present when the platform is going into sleep/hibernate mode.
|
D | st33zp24-i2c.txt | 11 If set, power must be present when the platform is going into sleep/hibernate mode.
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-class-chromeos | 26 - "hibernate": Hibernate the EC.
|
D | sysfs-driver-ufs | 5 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 1006 hibernate 1010 hibernate 1012 hibernate 1051 hibernate 1055 hibernate 1057 hibernate 1340 Description: Flush WriteBooster Buffer during hibernate state. [all …]
|
/linux-5.19.10/arch/powerpc/platforms/pseries/ |
D | suspend.c | 126 static DEVICE_ATTR(hibernate, 0644, show_hibernate, store_hibernate);
|
/linux-5.19.10/arch/arm/kernel/ |
D | Makefile | 51 obj-$(CONFIG_HIBERNATION) += hibernate.o
|
/linux-5.19.10/Documentation/gpu/ |
D | drm-internals.rst | 225 These are called at suspend, hibernate, or resume time, and should 227 or hibernate states.
|
/linux-5.19.10/Documentation/driver-api/pm/ |
D | notifiers.rst | 30 The system is going to hibernate, tasks will be frozen immediately. This
|
/linux-5.19.10/drivers/gpu/drm/i915/ |
D | i915_driver.c | 1174 get_suspend_mode(struct drm_i915_private *dev_priv, bool hibernate) in get_suspend_mode() argument 1176 if (hibernate) in get_suspend_mode()
|
/linux-5.19.10/kernel/ |
D | reboot.c | 759 ret = hibernate(); in SYSCALL_DEFINE4()
|