Lines Matching full:enter
109 * that it still may be impossible to enter given system sleep state if the
118 * @prepare(), @enter() and @finish() will not be called by the PM core.
120 * passed to @enter() is redundant and should be ignored.
128 * system cannot enter the desired sleep state (@prepare_late(), @enter(),
136 * system cannot enter the desired sleep state (@enter() will not be
139 * @enter: Enter the system sleep state indicated by @begin() or represented by
142 * error code otherwise, in which case the system cannot enter the desired
150 * after @prepare_late and @enter(), even if one of them fails.
157 * @enter() and @wake(), even if any of them fails. It is executed after
173 * @enter().
185 int (*enter)(suspend_state_t state); member
302 S2IDLE_STATE_ENTER, /* Enter suspend-to-idle. */
398 * @enter: Put the system into the low power state after the hibernation image
428 int (*enter)(void); member