Home
last modified time | relevance | path

Searched full:hibernate (Results 1 – 25 of 95) sorted by relevance

1234

/linux/tools/testing/selftests/cpufreq/
H A Dmain.sh26 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 Dcpufreq.sh211 # $1: "suspend" or "hibernate", $2: loop count
224 elif [ $1 = "hibernate" ]; then
/linux/arch/sparc/power/
H A DMakefile2 # Makefile for Sparc-specific hibernate files.
4 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
H A Dhibernate.c3 * hibernate.c: Hibernaton support specific for sparc64.
11 #include <asm/hibernate.h>
/linux/Documentation/power/
H A 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
H A 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
/linux/arch/arm64/kernel/
H A Dhibernate-asm.S3 * Hibernate low-level support
19 * Resume from hibernate
/linux/include/linux/mfd/wm8350/
H A Dpmic.h610 /* 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/x86/power/
H A Dcpu.c94 * We save it here, but restore it only in the hibernate case. in __save_processor_state()
320 * during hibernate image restoration, because it is likely that the in hibernate_resume_nonboot_cpu_disable()
325 * have been overwritten by hibernate image data). in hibernate_resume_nonboot_cpu_disable()
345 * When bsp_check() is called in hibernate and suspend, cpu hotplug
H A DMakefile12 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o hibernate.o
H A Dhibernate.c138 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()
/linux/arch/riscv/kernel/
H A DMakefile96 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
H A Dhibernate.c53 * @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/arch/mips/power/
H A DMakefile2 obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o
/linux/arch/loongarch/power/
H A DMakefile4 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
/linux/kernel/configs/
H A Dnopm.config10 # Triggers enablement via hibernate callbacks
/linux/arch/sparc/include/asm/
H A Dhibernate.h3 * hibernate.h: Hibernaton support specific for sparc64.
/linux/drivers/hv/
H A Dhv_util.c84 * 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 Dsirf.c459 /* 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()
/linux/arch/arm64/mm/
H A Dtrans_pgd-asm.S22 cmp x0, #HVC_SET_VECTORS /* Called from hibernate */
/linux/arch/sparc/kernel/
H A Dasm-offsets.c20 #include <asm/hibernate.h>
/linux/Documentation/devicetree/bindings/tpm/
H A Dtpm-common.yaml84 sleep/hibernate mode.
/linux/drivers/ufs/host/
H A Dufs-hisi.h69 /* AHIT - Auto-Hibernate Idle Timer */
/linux/arch/xtensa/kernel/
H A DMakefile22 obj-$(CONFIG_HIBERNATION) += hibernate.o
/linux/drivers/mmc/core/
H A Dsd_uhs2.c365 * bit [15] : Support Hibernate Mode in sd_uhs2_config_read()
366 * 0: Not support Hibernate Mode in sd_uhs2_config_read()
367 * 1: Support Hibernate Mode in sd_uhs2_config_read()
692 * - bit [7]: HBR(Entry to Hibernate Mode) in sd_uhs2_go_dormant()
693 * 1: Host intends to enter Hibernate mode during Dormant state. in sd_uhs2_go_dormant()
694 * The default setting is 0 because hibernate is currently not supported. in sd_uhs2_go_dormant()

1234