Lines Matching refs:restore_noirq
289 .restore_noirq = pci_pm_restore_noirq,
652 restore_noirq, restore, complete
662 respectively, but they execute the device driver's pm->restore_noirq() and
710 one of the resume_noirq(), thaw_noirq(), or restore_noirq() callbacks is run.
862 3.1.12. restore_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
875 resume_noirq() and restore_noirq().
880 restore_noirq() callbacks have been executed for all devices in the system and
883 This callback is analogous to resume(), just like restore_noirq() is analogous
884 to resume_noirq(). Consequently, the difference between restore_noirq() and