Lines Matching full:enter
106 * that it still may be impossible to enter given system sleep state if the
115 * @prepare(), @enter() and @finish() will not be called by the PM core.
117 * passed to @enter() is redundant and should be ignored.
125 * system cannot enter the desired sleep state (@prepare_late(), @enter(),
133 * system cannot enter the desired sleep state (@enter() will not be
136 * @enter: Enter the system sleep state indicated by @begin() or represented by
139 * error code otherwise, in which case the system cannot enter the desired
147 * after @prepare_late and @enter(), even if one of them fails.
154 * @enter() and @wake(), even if any of them fails. It is executed after
170 * @enter().
182 int (*enter)(suspend_state_t state); member
298 S2IDLE_STATE_ENTER, /* Enter suspend-to-idle. */
395 * @enter: Put the system into the low power state after the hibernation image
425 int (*enter)(void); member