Lines Matching refs:thaw_noirq
294 .thaw_noirq = pci_pm_thaw_noirq,
593 thaw_noirq, thaw, complete
605 configuration registers. It also executes the device driver's pm->thaw_noirq()
655 thaw_noirq, thaw, and complete phases (that will only affect the devices having
725 one of the resume_noirq(), thaw_noirq(), or restore_noirq() callbacks is run.
862 3.1.10. thaw_noirq()
865 The thaw_noirq() callback is hibernation-specific. It is executed after a
867 core, in the thaw_noirq phase of hibernation. It also may be executed if the
870 invoked while thaw_noirq() is running.
873 difference between these two callbacks is that thaw_noirq() is executed after
880 The thaw() callback is hibernation-specific. It is executed after thaw_noirq()