Lines Matching refs:resume_noirq
285 .resume_noirq = pci_pm_resume_noirq,
500 resume_noirq, resume, complete.
520 device driver's pm->resume_noirq() callback is executed, if defined, and its
594 driver's pm->thaw_noirq() callback, if defined, instead of pm->resume_noirq().
654 The first two of these are analogous to the resume_noirq and resume phases
710 one of the resume_noirq(), thaw_noirq(), or restore_noirq() callbacks is run.
816 3.1.8. resume_noirq()
818 The resume_noirq() callback is only executed during system resume, after the
820 be invoked while resume_noirq() is running, so this callback can carry out
824 state in the resume_noirq phase of system resume and restores their standard
825 configuration registers, resume_noirq() is usually not necessary. In general
832 resume_noirq() callbacks have been executed for all devices in the system and
848 The role of this callback is analogous to the role of resume_noirq(). The
869 This callback is analogous to resume_noirq() with the exception that it cannot
875 resume_noirq() and restore_noirq().
884 to resume_noirq(). Consequently, the difference between restore_noirq() and
885 restore() is analogous to the difference between resume_noirq() and resume().