Lines Matching refs:suspend_noirq
291 .suspend_noirq = pci_pm_suspend_noirq,
442 prepare, suspend, suspend_noirq.
480 returns success. Otherwise the device driver's pm->suspend_noirq() callback is
497 (pm->suspend() or pm->suspend_noirq()) saves the device's standard configuration
583 routine instead of pm->suspend_noirq(). It also doesn't attempt to prepare the
622 two phases are analogous to the suspend and suspend_noirq phases, respectively.
760 3.1.3. suspend_noirq()
763 The suspend_noirq() callback is only executed during system suspend, after
767 The difference between suspend_noirq() and suspend() is that the driver's
768 interrupt handler will not be invoked while suspend_noirq() is running. Thus
769 suspend_noirq() can carry out operations that would cause race conditions to
800 The role of this callback is analogous to the role of the suspend_noirq()
805 difference between suspend_noirq() and suspend().
830 The role of this callback is analogous to the role of the suspend_noirq() and
835 difference between suspend_noirq() and suspend().