Lines Matching refs:resume_noirq
292 .resume_noirq = pci_pm_resume_noirq,
511 resume_noirq, resume, complete.
531 device driver's pm->resume_noirq() callback is executed, if defined, and its
606 callback, if defined, instead of pm->resume_noirq().
667 The first two of these are analogous to the resume_noirq and resume phases
725 one of the resume_noirq(), thaw_noirq(), or restore_noirq() callbacks is run.
837 3.1.8. resume_noirq()
840 The resume_noirq() callback is only executed during system resume, after the
842 be invoked while resume_noirq() is running, so this callback can carry out
846 state in the resume_noirq phase of system resume and restores their standard
847 configuration registers, resume_noirq() is usually not necessary. In general
855 resume_noirq() callbacks have been executed for all devices in the system and
872 The role of this callback is analogous to the role of resume_noirq(). The
895 This callback is analogous to resume_noirq() with the exception that it cannot
901 resume_noirq() and restore_noirq().
911 to resume_noirq(). Consequently, the difference between restore_noirq() and
912 restore() is analogous to the difference between resume_noirq() and resume().