Lines Matching full:enter
104 /* Make the current CPU wait so it can enter the idle loop too. */ in s2idle_enter()
241 return state == PM_SUSPEND_TO_IDLE || (suspend_ops && suspend_ops->enter); in sleep_state_supported()
385 * suspend_enter - Make the system enter the given sleep state.
386 * @state: System sleep state to enter.
440 error = suspend_ops->enter(state); in suspend_enter()
473 * suspend_devices_and_enter - Suspend devices and enter system sleep state.
474 * @state: System sleep state to enter.
540 * enter_state - Do common work needed to enter system sleep state.
541 * @state: System sleep state to enter.
545 * system enter the given sleep state and clean up after wakeup.
600 * @state: System sleep state to enter.