Lines Matching refs:suspend_noirq
284 .suspend_noirq = pci_pm_suspend_noirq,
432 prepare, suspend, suspend_noirq.
470 returns success. Otherwise the device driver's pm->suspend_noirq() callback is
487 (pm->suspend() or pm->suspend_noirq()) saves the device's standard configuration
571 routine instead of pm->suspend_noirq(). It also doesn't attempt to prepare the
610 two phases are analogous to the suspend and suspend_noirq phases, respectively.
744 3.1.3. suspend_noirq()
746 The suspend_noirq() callback is only executed during system suspend, after
750 The difference between suspend_noirq() and suspend() is that the driver's
751 interrupt handler will not be invoked while suspend_noirq() is running. Thus
752 suspend_noirq() can carry out operations that would cause race conditions to
781 The role of this callback is analogous to the role of the suspend_noirq()
786 difference between suspend_noirq() and suspend().
809 The role of this callback is analogous to the role of the suspend_noirq() and
814 difference between suspend_noirq() and suspend().