Lines Matching refs:thaw
281 .thaw = pci_pm_thaw,
581 thaw_noirq, thaw, complete
597 driver's pm->thaw() callback instead of pm->resume(). It is executed
642 thaw_noirq, thaw, and complete phases (that will only affect the devices having
853 3.1.11. thaw()
855 The thaw() callback is hibernation-specific. It is executed after thaw_noirq()
860 the device, so that it will work in a usual way after thaw() has returned.
895 - during hibernation, before saving the system image, after thaw() callbacks
900 (in that case it is run after thaw() callbacks have been executed for all
950 members and one resume routine pointed to by the .resume(), .thaw(), and
956 .resume() (and .thaw(), and .restore()) and the .runtime_suspend() pointer to
962 be pointed to by the .resume(), .thaw(), and .restore() members.