Lines Matching refs:phase

238 always go together, and both are multi-phase operations.
273 hibernation state ("suspend-to-disk"). Each phase involves executing callbacks
274 for every device before the next phase begins. Not all busses or classes
286 which callback to execute in the given phase:
318 1. The prepare phase is meant to prevent races by preventing new devices
323 phase the device tree is traversed top-down.
354 4. The suspend_noirq phase occurs after IRQ handlers have been disabled,
363 an error during the suspend phase by fielding a shared interrupt
393 means undoing the actions of the suspend_noirq phase. If the bus type
407 preceding suspend_late phase.
411 undoing the actions of the suspend phase.
413 4. The complete phase should undo the actions of the prepare phase. Note,
416 complete phase.
477 1. The prepare phase is discussed in the "Entering System Suspend" section
486 3. The freeze_late phase is analogous to the suspend_late phase described
490 4. The freeze_noirq phase is analogous to the suspend_noirq phase discussed
498 5. The thaw_noirq phase is analogous to the resume_noirq phase discussed
500 in the same state as at the end of the freeze_noirq phase.
502 6. The thaw_early phase is analogous to the resume_early phase described
506 7. The thaw phase is analogous to the resume phase discussed above. Its
510 8. The complete phase is discussed in the "Leaving System Suspend" section
518 9. The prepare phase is discussed above.
520 10. The poweroff phase is analogous to the suspend phase.
522 11. The poweroff_late phase is analogous to the suspend_late phase.
524 12. The poweroff_noirq phase is analogous to the suspend_noirq phase.
576 1. The restore_noirq phase is analogous to the resume_noirq phase.
578 2. The restore_early phase is analogous to the resume_early phase.
580 3. The restore phase is analogous to the resume phase.
582 4. The complete phase is discussed above.