Lines Matching full:enter
107 * that it still may be impossible to enter given system sleep state if the
116 * @prepare(), @enter() and @finish() will not be called by the PM core.
118 * passed to @enter() is redundant and should be ignored.
126 * system cannot enter the desired sleep state (@prepare_late(), @enter(),
134 * system cannot enter the desired sleep state (@enter() will not be
137 * @enter: Enter the system sleep state indicated by @begin() or represented by
140 * error code otherwise, in which case the system cannot enter the desired
148 * after @prepare_late and @enter(), even if one of them fails.
155 * @enter() and @wake(), even if any of them fails. It is executed after
171 * @enter().
183 int (*enter)(suspend_state_t state); member
302 S2IDLE_STATE_ENTER, /* Enter suspend-to-idle. */
399 * @enter: Put the system into the low power state after the hibernation image
429 int (*enter)(void); member