Lines Matching refs:hibernation

543 System hibernation is more complicated than system suspend, because it requires
622 System restore requires a hibernation image to be loaded into memory and the
623 pre-hibernation memory contents to be restored before the pre-hibernation system
626 As described in Documentation/power/devices.txt, the hibernation image is loaded
632 the image during hibernation, in the
640 Should the restoration of the pre-hibernation memory contents fail, the boot
645 If the pre-hibernation memory contents are restored successfully, which is the
648 it must restore the devices' pre-hibernation functionality, which is done much
702 The prepare() callback is executed during system suspend, during hibernation
703 (when a hibernation image is about to be created), during power-off after
704 saving a hibernation image and during system restore, when a hibernation image
757 The freeze() callback is hibernation-specific and is executed in two situations,
758 during hibernation, after prepare() callbacks have been executed for all devices
774 The freeze_noirq() callback is hibernation-specific. It is executed during
775 hibernation, after prepare() and freeze() callbacks have been executed for all
790 The poweroff() callback is hibernation-specific. It is executed when the system
791 is about to be powered off after saving a hibernation image to a persistent
806 The poweroff_noirq() callback is hibernation-specific. It is executed after
841 The thaw_noirq() callback is hibernation-specific. It is executed after a
843 core, in the thaw_noirq phase of hibernation. It also may be executed if the
844 loading of a hibernation image fails during system restore (it is then executed
855 The thaw() callback is hibernation-specific. It is executed after thaw_noirq()
864 The restore_noirq() callback is hibernation-specific. It is executed in the
865 restore_noirq phase of hibernation, when the boot kernel has passed control to
879 The restore() callback is hibernation-specific. It is executed after
895 - during hibernation, before saving the system image, after thaw() callbacks
897 - during system restore, when the system is going back to its pre-hibernation
899 It also may be executed if the loading of a hibernation image into memory fails