| /linux/arch/arm64/kernel/ |
| H A D | hibernate.c | 3 * Hibernate support specific for ARM64 12 #define pr_fmt(x) "hibernate: " x 38 * Hibernate core relies on this value being 0 on resume, and marks it 43 * kernel/power/hibernate.c 50 /* hyp-stub vectors, used to restore el2 during resume from hibernate. */ 60 * Values that may not change over hibernate/resume. We put the build number 68 /* These values need to be know across a hibernate/restore. */ 127 pr_err("Failing to hibernate on an unknown CPU.\n"); in arch_hibernation_header_save() 146 pr_crit("Hibernate image not generated by this kernel!\n"); in arch_hibernation_header_restore() 181 * This is used by hibernate to copy the code it needs to execute when [all …]
|
| H A D | hibernate-asm.S | 3 * Hibernate low-level support 19 * Resume from hibernate
|
| H A D | Makefile | 59 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
|
| /linux/tools/testing/selftests/cpufreq/ |
| H A D | main.sh | 26 hibernate: hibernate/resume, 28 hibernate_rtc: hibernate/resume back using the RTC wakeup alarm, 81 t) # --func_type (Function to perform: basic, suspend, hibernate, 123 "hibernate") 124 do_suspend "hibernate" 1 132 do_suspend "hibernate" 1 rtc
|
| H A D | cpufreq.sh | 211 # $1: "suspend" or "hibernate", $2: loop count 224 elif [ $1 = "hibernate" ]; then
|
| /linux/arch/sparc/power/ |
| H A D | Makefile | 2 # Makefile for Sparc-specific hibernate files. 4 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
|
| H A D | hibernate.c | 3 * hibernate.c: Hibernaton support specific for sparc64. 11 #include <asm/hibernate.h>
|
| /linux/drivers/regulator/ |
| H A D | mcp16502.c | 30 * Performance, Active, Low-power, Hibernate. 48 * The PMIC's Low-power and Hibernate modes are used during standby/suspend. 50 * will transition to Hibernate when the PWRHLD line is set to low by the MPU. 78 * @MCP16502_REG_HIB: hibernate state register 156 * Used to prepare transitioning into hibernate or resuming from it. 177 * @opmode: the PMIC's operating mode ACTIVE, Low-power, Hibernate 230 * @opmode: the PMIC's operating mode: Active/Low-power/Hibernate
|
| /linux/arch/arm64/mm/ |
| H A D | trans_pgd.c | 4 * Transitional page tables for kexec and hibernate 6 * This file derived from: arch/arm64/kernel/hibernate.c 15 * another: such as during hibernate restore, and kexec reboots. During these 17 * hibernate and kexec can overwrite the current page tables during transition.
|
| /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 | 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/include/linux/mfd/wm8350/ |
| H A D | pmic.h | 610 /* DCDC Low power (Hibernate) mode */ 619 /* DCDC Low Power (Hibernate) signal */ 625 /* LDO Low power (Hibernate) mode */ 629 /* LDO Low Power (Hibernate) signal */ 737 /* hibernate configs */
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | suspend.c | 23 * Check to ensure we are in a valid state to hibernate 127 static DEVICE_ATTR(hibernate, 0644, show_hibernate, store_hibernate);
|
| /linux/arch/riscv/kernel/ |
| H A D | Makefile | 94 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
|
| H A D | hibernate.c | 53 * @hartid: to make sure same boot_cpu executes the hibernate/restore code. 121 pr_crit("Hibernate image not generated by this kernel!\n"); in arch_hibernation_header_restore() 408 pr_err("Failing to resume from hibernate on an unknown CPU\n"); in hibernate_resume_nonboot_cpu_disable()
|
| /linux/kernel/power/ |
| H A D | hibernate.c | 3 * kernel/power/hibernate.c - Hibernation (a.k.a suspend-to-disk) support. 117 * hibernation_set_ops - Set the global hibernate operations. 199 * Use the platform driver to prepare the system for creating a hibernate image, 240 * platform_pre_restore - Prepare for hibernate image restoration. 786 * hibernate - Carry out system hibernation, including saving the image. 788 int hibernate(void) in hibernate() function 1129 * hibernation_snapshot() which returns to hibernate(). Otherwise, the routine 1548 __setup("hibernate=", hibernate_setup);
|
| H A D | Makefile | 17 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.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/kernel/configs/ |
| H A D | nopm.config | 10 # Triggers enablement via hibernate callbacks
|
| /linux/arch/x86/power/ |
| H A D | hibernate.c | 138 pr_crit("Unrecognized hibernate image header format!\n"); in arch_hibernation_header_restore() 147 pr_crit("Hibernate inconsistent memory map detected!\n"); in arch_hibernation_header_restore()
|
| H A D | Makefile | 12 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o hibernate.o
|
| /linux/arch/sparc/include/asm/ |
| H A D | hibernate.h | 3 * hibernate.h: Hibernaton support specific for sparc64.
|
| /linux/drivers/hv/ |
| H A D | hv_util.c | 84 * Send the "hibernate" udev event in a thread context. 96 char *uevent_env[2] = { "EVENT=hibernate", NULL }; in send_hibernate_uevent() 230 * or 4(hibernate). It may bitwise-OR 1, which means in shutdown_onchannelcallback() 645 * (refer to hibernate() -> freeze_processes()). The userspace is thawed only
|
| /linux/drivers/gnss/ |
| H A D | sirf.c | 459 /* Wait for chip to boot into hibernate mode. */ in sirf_probe() 493 /* Force hibernate mode if already active. */ in sirf_probe() 497 dev_err(dev, "failed to set hibernate mode: %d\n", in sirf_probe()
|