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
323 * arch_suspend_enable_irqs - enable IRQs after suspend
375 * Called right after shrinking memory and before freezing devices.
377 * @end: Called by the PM core right after resuming devices, to indicate to
381 * Called right after devices have been frozen and before the nonboot
384 * @finish: Restore the previous state of the platform after the hibernation
386 * mode after the hibernation (the same method is executed in both cases).
387 * Called right after the nonboot CPUs have been enabled and before
391 * Called right after the hibernation image has been saved and before
394 * @enter: Put the system into the low power state after the hibernation image
396 * Called after the nonboot CPUs have been disabled and all of the low
399 * @leave: Perform the first stage of the cleanup after the system sleep state
401 * Called right after the control has been passed from the boot kernel to
406 * Called right after devices have been frozen and before the nonboot
409 * @restore_cleanup: Clean up after a failing image restoration.
410 * Called right after the nonboot CPUs have been enabled and before