• Home
  • Raw
  • Download

Lines Matching full:executed

65  *	This method is executed for all kinds of suspend transitions and is
75 * executed directly after @prepare() and it must ensure the proper
80 * requests while @prepare() is being executed. However, device drivers
86 * hibernation notifiers to be executed before the freezing of tasks.]
88 * @complete: Undo the changes made by @prepare(). This method is executed for
92 * @poweroff(), can be executed (e.g. if the suspend callback fails for one
95 * The PM core executes subsystem-level @complete() after it has executed
100 * the only callback executed for the device during resume. In that case,
105 * callbacks have been executed for it.
107 * @suspend: Executed before putting the system into a sleep state in which the
112 * Subsystem-level @suspend() is executed for all devices after invoking
119 * @resume: Executed after waking the system up from a sleep state in which the
128 * Subsystem-level @resume() is executed for all devices after invoking
135 * @freeze: Hibernation-specific, executed before creating a hibernation image.
141 * Subsystem-level @freeze() is executed for all devices after invoking
148 * @thaw: Hibernation-specific, executed after creating a hibernation image OR
149 * if the creation of an image has failed. Also executed after a failing
153 * Subsystem-level @thaw() is executed for all devices after invoking
154 * subsystem-level @thaw_noirq() for all of them. It also may be executed
160 * @poweroff: Hibernation-specific, executed after saving a hibernation image.
163 * Subsystem-level @poweroff() is executed for all devices after invoking
169 * @restore: Hibernation-specific, executed after restoring the contents of main
177 * run while @suspend_noirq() is being executed.
191 * @resume_noirq() is being executed.
196 * run while @freeze_noirq() is being executed.
204 * @thaw_noirq() is being executed.
212 * @restore_noirq() is being executed. Analogous to @resume_noirq().
245 * they may choose not to do that. If the driver callbacks are executed, they
262 * executed. However, a callback routine MUST NOT try to unregister the device
268 * Again, as a rule these callbacks are executed by the PM core for subsystems
496 * executed.
499 * executed.
639 * Power domains provide callbacks that are executed during system suspend,