Lines Matching full:phase
242 always go together, and both are multi-phase operations.
279 sleep states and the hibernation state ("suspend-to-disk"). Each phase involves
280 executing callbacks for every device before the next phase begins. Not all
293 rules are used to determine which callback to execute in the given phase:
326 1. The ``prepare`` phase is meant to prevent races by preventing new
331 suspend-related phases, during the ``prepare`` phase the device
397 4. The ``suspend_noirq`` phase occurs after IRQ handlers have been disabled,
406 an error during the suspend phase by fielding a shared interrupt
436 generally means undoing the actions of the ``suspend_noirq`` phase. If
450 the preceding ``suspend_late`` phase.
454 undoing the actions of the ``suspend`` phase.
456 4. The ``complete`` phase should undo the actions of the ``prepare`` phase.
458 ``complete`` phase the device hierarchy is traversed bottom-up.
462 until the ``complete`` phase with that.
526 1. The ``prepare`` phase is discussed in the "Entering System Suspend"
535 3. The ``freeze_late`` phase is analogous to the ``suspend_late`` phase
539 4. The ``freeze_noirq`` phase is analogous to the ``suspend_noirq`` phase
547 5. The ``thaw_noirq`` phase is analogous to the ``resume_noirq`` phase
550 phase.
552 6. The ``thaw_early`` phase is analogous to the ``resume_early`` phase
556 7. The ``thaw`` phase is analogous to the ``resume`` phase discussed
560 8. The ``complete`` phase is discussed in the "Leaving System Suspend"
568 9. The ``prepare`` phase is discussed above.
570 10. The ``poweroff`` phase is analogous to the ``suspend`` phase.
572 11. The ``poweroff_late`` phase is analogous to the ``suspend_late`` phase.
574 12. The ``poweroff_noirq`` phase is analogous to the ``suspend_noirq`` phase.
629 1. The ``restore_noirq`` phase is analogous to the ``resume_noirq`` phase.
631 2. The ``restore_early`` phase is analogous to the ``resume_early`` phase.
633 3. The ``restore`` phase is analogous to the ``resume`` phase.
635 4. The ``complete`` phase is discussed above.
783 runtime suspend at the beginning of the ``suspend_late`` phase of system-wide
784 suspend (or in the ``poweroff_late`` phase of hibernation), when runtime PM
819 during the "noirq" phase of the preceding system-wide suspend (or analogous)
829 the ``suspend_noirq`` (or analogous) phase or the transition under way is a