Lines Matching full:enter
50 * that it still may be impossible to enter given system sleep state if the
59 * @prepare(), @enter() and @finish() will not be called by the PM core.
61 * passed to @enter() is redundant and should be ignored.
69 * system cannot enter the desired sleep state (@prepare_late(), @enter(),
77 * system cannot enter the desired sleep state (@enter() will not be
80 * @enter: Enter the system sleep state indicated by @begin() or represented by
83 * error code otherwise, in which case the system cannot enter the desired
91 * after @prepare_late and @enter(), even if one of them fails.
98 * @enter() and @wake(), even if any of them fails. It is executed after
114 * @enter().
126 int (*enter)(suspend_state_t state); member
243 S2IDLE_STATE_ENTER, /* Enter suspend-to-idle. */
339 * @enter: Put the system into the low power state after the hibernation image
369 int (*enter)(void); member