/linux/arch/sparc/power/ |
H A D | Makefile | 4 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
|
/linux/arch/arm64/kernel/ |
H A D | Makefile | 59 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
|
/linux/arch/mips/power/ |
H A D | Makefile | 2 obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o
|
/linux/arch/loongarch/power/ |
H A D | Makefile | 4 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
|
/linux/arch/x86/power/ |
H A D | Makefile | 12 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o hibernate.o
|
/linux/kernel/configs/ |
H A D | nopm.config | 10 # Triggers enablement via hibernate callbacks
|
/linux/Documentation/power/ |
H A 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
|
H A 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
|
H A 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
|
H A D | freezing-of-tasks.rst | 238 failures, because if the suspend/hibernate code successfully acquired the
|
/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 377 bool hibernate; member 556 if (unlikely((a)->hibernate)) { \ 574 if (unlikely((a)->hibernate)) { \
|
H A D | atl1c_hw.c | 314 hw->hibernate) in atl1c_read_phy_core() 362 hw->hibernate) in atl1c_write_phy_core()
|
H A D | atl1c_main.c | 268 hw->hibernate = true; in atl1c_check_link_status() 278 hw->hibernate = false; in atl1c_check_link_status() 800 hw->hibernate = true; in atl1c_sw_init()
|
/linux/arch/riscv/kernel/ |
H A D | Makefile | 94 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
|
/linux/kernel/power/ |
H A D | Makefile | 17 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o
|
H A D | main.c | 752 error = hibernate(); in state_store()
|
H A D | hibernate.c | 779 int hibernate(void) in hibernate() function
|
/linux/include/linux/ |
H A D | suspend.h | 393 extern int hibernate(void); 412 static inline int hibernate(void) { return -ENOSYS; } in hibernate() function
|
/linux/arch/xtensa/kernel/ |
H A D | Makefile | 22 obj-$(CONFIG_HIBERNATION) += hibernate.o
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | suspend.c | 127 static DEVICE_ATTR(hibernate, 0644, show_hibernate, store_hibernate);
|
/linux/arch/arm/kernel/ |
H A D | Makefile | 51 obj-$(CONFIG_HIBERNATION) += hibernate.o
|
/linux/Documentation/driver-api/pm/ |
H A D | notifiers.rst | 30 The system is going to hibernate, tasks will be frozen immediately. This
|
/linux/Documentation/ABI/testing/ |
H A 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 1008 hibernate 1012 hibernate 1014 hibernate 1053 hibernate 1057 hibernate 1059 hibernate 1391 Description: Flush WriteBooster Buffer during hibernate state. [all …]
|
/linux/Documentation/admin-guide/ |
H A D | rtc.rst | 44 a few ways (enabling longer alarm periods, and wake-from-hibernate).
|
/linux/drivers/mfd/ |
H A D | tps65010.c | 338 hibernate(); in tps65010_interrupt()
|