Lines Matching refs:thaw_noirq
287 .thaw_noirq = pci_pm_thaw_noirq,
581 thaw_noirq, thaw, complete
594 driver's pm->thaw_noirq() callback, if defined, instead of pm->resume_noirq().
642 thaw_noirq, thaw, and complete phases (that will only affect the devices having
710 one of the resume_noirq(), thaw_noirq(), or restore_noirq() callbacks is run.
839 3.1.10. thaw_noirq()
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
846 invoked while thaw_noirq() is running.
849 difference between these two callbacks is that thaw_noirq() is executed after
855 The thaw() callback is hibernation-specific. It is executed after thaw_noirq()