Lines Matching refs:restore
283 .restore = pci_pm_restore,
593 restore its standard configuration registers. It also executes the device
622 System restore requires a hibernation image to be loaded into memory and the
648 it must restore the devices' pre-hibernation functionality, which is done much
652 restore_noirq, restore, complete
663 pm->restore() callbacks, if available.
704 saving a hibernation image and during system restore, when a hibernation image
759 in preparation for the creation of a system image, and during restore,
776 devices in preparation for the creation of a system image, and during restore,
844 loading of a hibernation image fails during system restore (it is then executed
877 3.1.13. restore()
879 The restore() callback is hibernation-specific. It is executed after
885 restore() is analogous to the difference between resume_noirq() and resume().
888 resume() and restore().
897 - during system restore, when the system is going back to its pre-hibernation
898 state, after restore() callbacks have been executed for all devices.
951 .restore() members. The other function pointers in this struct dev_pm_ops are
956 .resume() (and .thaw(), and .restore()) and the .runtime_suspend() pointer to
962 be pointed to by the .resume(), .thaw(), and .restore() members.