Lines Matching full:after
121 * @prepare() is called right after devices have been suspended (ie. the
130 * @prepare_late is called before disabling nonboot CPUs and after
142 * @wake: Called when the system has just left a sleep state, right after
147 * after @prepare_late and @enter(), even if one of them fails.
153 * that implement @prepare(). If implemented, it is always called after
154 * @enter() and @wake(), even if any of them fails. It is executed after
164 * @end: Called by the PM core right after resuming devices, to indicate to
269 * arch_suspend_enable_irqs - enable IRQs after suspend
318 * Called right after shrinking memory and before freezing devices.
320 * @end: Called by the PM core right after resuming devices, to indicate to
324 * Called right after devices have been frozen and before the nonboot
327 * @finish: Restore the previous state of the platform after the hibernation
329 * mode after the hibernation (the same method is executed in both cases).
330 * Called right after the nonboot CPUs have been enabled and before
334 * Called right after the hibernation image has been saved and before
337 * @enter: Put the system into the low power state after the hibernation image
339 * Called after the nonboot CPUs have been disabled and all of the low
342 * @leave: Perform the first stage of the cleanup after the system sleep state
344 * Called right after the control has been passed from the boot kernel to
349 * Called right after devices have been frozen and before the nonboot
352 * @restore_cleanup: Clean up after a failing image restoration.
353 * Called right after the nonboot CPUs have been enabled and before