Lines Matching full:after
65 * @prepare() is called right after devices have been suspended (ie. the
74 * @prepare_late is called before disabling nonboot CPUs and after
86 * @wake: Called when the system has just left a sleep state, right after
91 * after @prepare_late and @enter(), even if one of them fails.
97 * that implement @prepare(). If implemented, it is always called after
98 * @enter() and @wake(), even if any of them fails. It is executed after
108 * @end: Called by the PM core right after resuming devices, to indicate to
269 * arch_suspend_enable_irqs - enable IRQs after suspend
320 * Called right after shrinking memory and before freezing devices.
322 * @end: Called by the PM core right after resuming devices, to indicate to
326 * Called right after devices have been frozen and before the nonboot
329 * @finish: Restore the previous state of the platform after the hibernation
331 * mode after the hibernation (the same method is executed in both cases).
332 * Called right after the nonboot CPUs have been enabled and before
336 * Called right after the hibernation image has been saved and before
339 * @enter: Put the system into the low power state after the hibernation image
341 * Called after the nonboot CPUs have been disabled and all of the low
344 * @leave: Perform the first stage of the cleanup after the system sleep state
346 * Called right after the control has been passed from the boot kernel to
351 * Called right after devices have been frozen and before the nonboot
354 * @restore_cleanup: Clean up after a failing image restoration.
355 * Called right after the nonboot CPUs have been enabled and before