Lines Matching full:executed
64 * This method is executed for all kinds of suspend transitions and is
74 * executed directly after @prepare() and it must ensure the proper
79 * requests while @prepare() is being executed. However, device drivers
85 * hibernation notifiers to be executed before the freezing of tasks.]
87 * @complete: Undo the changes made by @prepare(). This method is executed for
91 * @poweroff(), can be executed (e.g. if the suspend callback fails for one
94 * The PM core executes subsystem-level @complete() after it has executed
99 * the only callback executed for the device during resume. In that case,
104 * callbacks have been executed for it.
106 * @suspend: Executed before putting the system into a sleep state in which the
111 * Subsystem-level @suspend() is executed for all devices after invoking
118 * @resume: Executed after waking the system up from a sleep state in which the
127 * Subsystem-level @resume() is executed for all devices after invoking
134 * @freeze: Hibernation-specific, executed before creating a hibernation image.
140 * Subsystem-level @freeze() is executed for all devices after invoking
147 * @thaw: Hibernation-specific, executed after creating a hibernation image OR
148 * if the creation of an image has failed. Also executed after a failing
152 * Subsystem-level @thaw() is executed for all devices after invoking
153 * subsystem-level @thaw_noirq() for all of them. It also may be executed
159 * @poweroff: Hibernation-specific, executed after saving a hibernation image.
162 * Subsystem-level @poweroff() is executed for all devices after invoking
168 * @restore: Hibernation-specific, executed after restoring the contents of main
176 * run while @suspend_noirq() is being executed.
190 * @resume_noirq() is being executed.
195 * run while @freeze_noirq() is being executed.
203 * @thaw_noirq() is being executed.
211 * @restore_noirq() is being executed. Analogous to @resume_noirq().
244 * they may choose not to do that. If the driver callbacks are executed, they
261 * executed. However, a callback routine MUST NOT try to unregister the device
267 * Again, as a rule these callbacks are executed by the PM core for subsystems
495 * executed.
498 * executed.
640 * Power domains provide callbacks that are executed during system suspend,