Searched refs:hibernate (Results 1 - 21 of 21) sorted by relevance

/linux-master/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.
10 #include <asm/hibernate.h>
/linux-master/arch/mips/power/
H A DMakefile2 obj-$(CONFIG_HIBERNATION) += cpu.o hibernate.o hibernate_asm.o
/linux-master/arch/loongarch/power/
H A DMakefile4 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
/linux-master/arch/x86/power/
H A DMakefile12 obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o hibernate.o
/linux-master/kernel/power/
H A DMakefile17 obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o
H A Dautosleep.c47 hibernate();
H A Dhibernate.c3 * kernel/power/hibernate.c - Hibernation (a.k.a suspend-to-disk) support.
100 * hibernation_set_ops - Set the global hibernate operations.
177 * Use the platform driver to prepare the system for creating a hibernate image,
218 * platform_pre_restore - Prepare for hibernate image restoration.
734 * hibernate - Carry out system hibernation, including saving the image.
736 int hibernate(void) function
1063 * hibernation_snapshot() which returns to hibernate(). Otherwise, the routine
1479 __setup("hibernate=", hibernate_setup);
H A Dmain.c25 * The following functions are used by the suspend/hibernate code to temporarily
27 * while devices are suspended. To avoid races with the suspend/hibernate code,
30 * held, unless the suspend/hibernate code is guaranteed not to run in parallel
737 error = hibernate();
/linux-master/arch/sparc/kernel/
H A Dasm-offsets.c19 #include <asm/hibernate.h>
/linux-master/arch/xtensa/kernel/
H A DMakefile22 obj-$(CONFIG_HIBERNATION) += hibernate.o
/linux-master/arch/arm64/kernel/
H A DMakefile60 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
/linux-master/arch/powerpc/platforms/pseries/
H A Dsuspend.c23 * Check to ensure we are in a valid state to hibernate
127 static DEVICE_ATTR(hibernate, 0644, show_hibernate, store_hibernate);
/linux-master/include/linux/
H A Dsuspend.h388 extern int hibernate(void);
407 static inline int hibernate(void) { return -ENOSYS; } function
425 #define PM_HIBERNATION_PREPARE 0x0001 /* Going to hibernate */
/linux-master/arch/riscv/kernel/
H A DMakefile81 obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate-asm.o
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h377 bool hibernate; member in struct:atl1c_hw
556 if (unlikely((a)->hibernate)) { \
574 if (unlikely((a)->hibernate)) { \
H A Datl1c_hw.c314 hw->hibernate)
362 hw->hibernate)
555 /* disable hibernate */
H A Datl1c_main.c268 hw->hibernate = true;
278 hw->hibernate = false;
799 /* before link up, we assume hibernate is true */
800 hw->hibernate = true;
/linux-master/arch/arm/kernel/
H A DMakefile50 obj-$(CONFIG_HIBERNATION) += hibernate.o
/linux-master/kernel/
H A Dreboot.c793 ret = hibernate();
/linux-master/drivers/mfd/
H A Dtps65010.c337 hibernate();

Completed in 220 milliseconds