Lines Matching full:resume
23 working state is referred to as *system resume*.
25 The kernel code flows associated with the suspend and resume transitions for
34 resume hooks that need to be provided by the platform driver to make them
35 available. Apart from that, the suspend and resume code flows for these sleep
51 transition is about to occur and when the resume transition has finished.
65 put into uninterruptible sleep until the end of the subsequent system resume
74 resume, which can be much more precise than the freezing, so the latter is
93 deferred till the subsequent system resume transition as described
96 IRQs associated with system wakeup devices are "armed" so that the resume
115 system wakeup, in which case the system resume transition is started.
120 Suspend-to-idle Resume Code Flow
135 the system resume transition begins.
139 Devices are resumed in four phases called *noirq resume*, *early resume*,
140 *resume* and *complete* (see :ref:`driverapi_pm_devices` for more
146 The working-state configuration of IRQs is restored after the *noirq* resume
148 supports it during the *early* resume phase.
157 4. Invoking system-wide resume notifiers.
233 Platform-dependent Resume Code Flow
267 6. Invoking system-wide resume notifiers.