Lines Matching full:executed

66  *	This method is executed for all kinds of suspend transitions and is
76 * executed directly after @prepare() and it must ensure the proper
81 * requests while @prepare() is being executed. However, device drivers
87 * hibernation notifiers to be executed before the freezing of tasks.]
89 * @complete: Undo the changes made by @prepare(). This method is executed for
93 * @poweroff(), can be executed (e.g. if the suspend callback fails for one
96 * The PM core executes subsystem-level @complete() after it has executed
101 * the only callback executed for the device during resume. In that case,
106 * callbacks have been executed for it.
108 * @suspend: Executed before putting the system into a sleep state in which the
113 * Subsystem-level @suspend() is executed for all devices after invoking
120 * @resume: Executed after waking the system up from a sleep state in which the
129 * Subsystem-level @resume() is executed for all devices after invoking
136 * @freeze: Hibernation-specific, executed before creating a hibernation image.
142 * Subsystem-level @freeze() is executed for all devices after invoking
149 * @thaw: Hibernation-specific, executed after creating a hibernation image OR
150 * if the creation of an image has failed. Also executed after a failing
154 * Subsystem-level @thaw() is executed for all devices after invoking
155 * subsystem-level @thaw_noirq() for all of them. It also may be executed
161 * @poweroff: Hibernation-specific, executed after saving a hibernation image.
164 * Subsystem-level @poweroff() is executed for all devices after invoking
170 * @restore: Hibernation-specific, executed after restoring the contents of main
178 * run while @suspend_noirq() is being executed.
192 * @resume_noirq() is being executed.
197 * run while @freeze_noirq() is being executed.
205 * @thaw_noirq() is being executed.
213 * @restore_noirq() is being executed. Analogous to @resume_noirq().
246 * they may choose not to do that. If the driver callbacks are executed, they
263 * executed. However, a callback routine MUST NOT try to unregister the device
269 * Again, as a rule these callbacks are executed by the PM core for subsystems
499 * executed.
502 * executed.
645 * Power domains provide callbacks that are executed during system suspend,