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
101 * @ops: Hibernation operations to use in subsequent hibernation transitions.
154 * platform_begin - Call platform to start hibernation.
174 * platform_pre_snapshot - Call platform to prepare the machine for hibernation.
221 * Use the platform driver to prepare the system for resume from a hibernation
261 * swsusp_show_speed - Print time elapsed between two events during hibernation.
294 * create_image - Create a hibernation image.
298 * hibernation image and run the drivers' "noirq" and "early" thaw callbacks.
374 * hibernation_snapshot - Quiesce devices and create a hibernation image.
460 * resume_target_kernel - Restore system state from a hibernation image.
538 * hibernation_restore - Quiesce devices and restore from a hibernation image.
646 * power_down - Shut the machine down for hibernation.
649 * state corresponding to hibernation, or try to power it off or reboot,
683 pr_info("Wakeup event detected during hibernation, rolling back.\n"); in power_down()
707 pm_pr_dbg("Loading hibernation image.\n"); in load_image_and_restore()
734 * hibernate - Carry out system hibernation, including saving the image.
743 pm_pr_dbg("Hibernation not available.\n"); in hibernate()
765 pr_info("hibernation entry\n"); in hibernate()
810 pm_pr_dbg("Writing hibernation image.\n"); in hibernate()
822 pm_pr_dbg("Hibernation image restored successfully.\n"); in hibernate()
830 pm_pr_dbg("Checking hibernation image\n"); in hibernate()
846 pr_info("hibernation exit\n"); in hibernate()
954 pm_pr_dbg("Checking hibernation image partition %s\n", resume_file); in find_resume_device()
984 pm_pr_dbg("Hibernation image partition %d:%d present\n", in software_resume()
987 pm_pr_dbg("Looking for hibernation image.\n"); in software_resume()
995 * Check if the hibernation image is compressed. If so, query for in software_resume()
1017 pr_info("resume from hibernation\n"); in software_resume()
1023 pm_pr_dbg("Preparing processes for hibernation restore.\n"); in software_resume()
1045 pm_pr_dbg("Hibernation image not present or could not be loaded.\n"); in software_resume()
1053 * software_resume_initcall - Resume from a saved hibernation image.
1058 * The image reading code is called to see if there is a hibernation image
1098 * /sys/power/disk - Control hibernation mode.
1100 * Hibernation can be handled in several ways. There are a few different ways
1106 * hibernation mode to use. Reading from this file causes the available modes
1113 * If a platform hibernation driver is in use, 'platform' will be supported
1118 * To select a given hibernation mode it is necessary to write the mode's
1206 pm_pr_dbg("Hibernation mode set to '%s'\n", in disk_store()
1265 pm_pr_dbg("Configured hibernation resume from disk to %u\n", in resume_store()
1478 "Compression algorithm to be used with hibernation");