Lines Matching full:hibernation
3 * kernel/power/hibernate.c - Hibernation (a.k.a suspend-to-disk) support.
12 #define pr_fmt(fmt) "PM: hibernation: " fmt
92 * @ops: Hibernation operations to use in subsequent hibernation transitions.
145 * platform_begin - Call platform to start hibernation.
165 * platform_pre_snapshot - Call platform to prepare the machine for hibernation.
212 * Use the platform driver to prepare the system for resume from a hibernation
252 * swsusp_show_speed - Print time elapsed between two events during hibernation.
285 * create_image - Create a hibernation image.
289 * hibernation image and run the drivers' "noirq" and "early" thaw callbacks.
365 * hibernation_snapshot - Quiesce devices and create a hibernation image.
451 * resume_target_kernel - Restore system state from a hibernation image.
529 * hibernation_restore - Quiesce devices and restore from a hibernation image.
637 * power_down - Shut the machine down for hibernation.
640 * state corresponding to hibernation, or try to power it off or reboot,
674 pr_info("Wakeup event detected during hibernation, rolling back.\n"); in power_down()
698 pm_pr_dbg("Loading hibernation image.\n"); in load_image_and_restore()
722 * hibernate - Carry out system hibernation, including saving the image.
731 pm_pr_dbg("Hibernation not available.\n"); in hibernate()
742 pr_info("hibernation entry\n"); in hibernate()
774 pm_pr_dbg("Writing hibernation image.\n"); in hibernate()
786 pm_pr_dbg("Hibernation image restored successfully.\n"); in hibernate()
794 pm_pr_dbg("Checking hibernation image\n"); in hibernate()
810 pr_info("hibernation exit\n"); in hibernate()
918 pm_pr_dbg("Checking hibernation image partition %s\n", resume_file); in find_resume_device()
948 pm_pr_dbg("Hibernation image partition %d:%d present\n", in software_resume()
951 pm_pr_dbg("Looking for hibernation image.\n"); in software_resume()
965 pr_info("resume from hibernation\n"); in software_resume()
971 pm_pr_dbg("Preparing processes for hibernation restore.\n"); in software_resume()
993 pm_pr_dbg("Hibernation image not present or could not be loaded.\n"); in software_resume()
1001 * software_resume_initcall - Resume from a saved hibernation image.
1006 * The image reading code is called to see if there is a hibernation image
1046 * /sys/power/disk - Control hibernation mode.
1048 * Hibernation can be handled in several ways. There are a few different ways
1054 * hibernation mode to use. Reading from this file causes the available modes
1061 * If a platform hibernation driver is in use, 'platform' will be supported
1066 * To select a given hibernation mode it is necessary to write the mode's
1150 pm_pr_dbg("Hibernation mode set to '%s'\n", in disk_store()
1209 pm_pr_dbg("Configured hibernation resume from disk to %u\n", in resume_store()