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");
710 pm_pr_dbg("Loading hibernation image.\n");
737 * hibernate - Carry out system hibernation, including saving the image.
746 pm_pr_dbg("Hibernation not available.\n");
768 pr_info("hibernation entry\n");
813 pm_pr_dbg("Writing hibernation image.\n");
825 pm_pr_dbg("Hibernation image restored successfully.\n");
833 pm_pr_dbg("Checking hibernation image\n");
849 pr_info("hibernation exit\n");
957 pm_pr_dbg("Checking hibernation image partition %s\n", resume_file);
987 pm_pr_dbg("Hibernation image partition %d:%d present\n",
990 pm_pr_dbg("Looking for hibernation image.\n");
998 * Check if the hibernation image is compressed. If so, query for
1020 pr_info("resume from hibernation\n");
1026 pm_pr_dbg("Preparing processes for hibernation restore.\n");
1048 pm_pr_dbg("Hibernation image not present or could not be loaded.\n");
1056 * software_resume_initcall - Resume from a saved hibernation image.
1061 * The image reading code is called to see if there is a hibernation image
1101 * /sys/power/disk - Control hibernation mode.
1103 * Hibernation can be handled in several ways. There are a few different ways
1109 * hibernation mode to use. Reading from this file causes the available modes
1116 * If a platform hibernation driver is in use, 'platform' will be supported
1121 * To select a given hibernation mode it is necessary to write the mode's
1209 pm_pr_dbg("Hibernation mode set to '%s'\n",
1268 pm_pr_dbg("Configured hibernation resume from disk to %u\n",
1481 "Compression algorithm to be used with hibernation");