Searched refs:hibernate (Results 1 – 25 of 35) sorted by relevance
12
/Linux-v4.19/arch/sparc/power/ |
D | Makefile | 3 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
|
/Linux-v4.19/arch/mips/power/ |
D | Makefile | 1 obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o
|
/Linux-v4.19/kernel/configs/ |
D | nopm.config | 8 # Triggers enablement via hibernate callbacks
|
/Linux-v4.19/arch/arm64/kernel/ |
D | Makefile | 51 arm64-obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
|
/Linux-v4.19/kernel/power/ |
D | Makefile | 13 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o user.o
|
D | autosleep.c | 47 hibernate(); in try_to_suspend()
|
D | main.c | 534 error = hibernate(); in state_store()
|
D | hibernate.c | 687 int hibernate(void) in hibernate() function
|
/Linux-v4.19/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 (cpuhp_tasks_frozen is set), 242 hotplug will not be done in-between suspend/resume or hibernate/restore
|
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
|
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c.h | 391 bool hibernate; member 566 if (unlikely((a)->hibernate)) { \ 584 if (unlikely((a)->hibernate)) { \
|
D | atl1c_hw.c | 327 hw->hibernate) in atl1c_read_phy_core() 375 hw->hibernate) in atl1c_write_phy_core()
|
/Linux-v4.19/include/linux/ |
D | suspend.h | 393 extern int hibernate(void); 406 static inline int hibernate(void) { return -ENOSYS; } in hibernate() function
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | Makefile | 20 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
|
/Linux-v4.19/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-v4.19/arch/powerpc/platforms/pseries/ |
D | suspend.c | 217 static DEVICE_ATTR(hibernate, 0644, show_hibernate, store_hibernate);
|
/Linux-v4.19/arch/arm/kernel/ |
D | Makefile | 43 obj-$(CONFIG_HIBERNATION) += hibernate.o
|
/Linux-v4.19/kernel/ |
D | reboot.c | 384 ret = hibernate(); in SYSCALL_DEFINE4()
|
/Linux-v4.19/Documentation/ABI/testing/ |
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 830 hibernate 834 hibernate 836 hibernate 863 hibernate 867 hibernate 869 hibernate
|
/Linux-v4.19/Documentation/driver-api/pm/ |
D | notifiers.rst | 26 The system is going to hibernate, tasks will be frozen immediately. This
|
/Linux-v4.19/arch/unicore32/configs/ |
D | unicore32_defconfig | 31 # hibernate support: resume=/dev/sda3
|
/Linux-v4.19/Documentation/gpu/ |
D | drm-internals.rst | 249 These are called at suspend, hibernate, or resume time, and should 251 or hibernate states.
|
/Linux-v4.19/Documentation/ |
D | rtc.txt | 44 a few ways (enabling longer alarm periods, and wake-from-hibernate).
|
12