Lines Matching full:enter
104 /* Make the current CPU wait so it can enter the idle loop too. */ in s2idle_enter()
240 return state == PM_SUSPEND_TO_IDLE || (suspend_ops && suspend_ops->enter); in sleep_state_supported()
383 * suspend_enter - Make the system enter the given sleep state.
384 * @state: System sleep state to enter.
438 error = suspend_ops->enter(state); in suspend_enter()
471 * suspend_devices_and_enter - Suspend devices and enter system sleep state.
472 * @state: System sleep state to enter.
538 * enter_state - Do common work needed to enter system sleep state.
539 * @state: System sleep state to enter.
543 * system enter the given sleep state and clean up after wakeup.
598 * @state: System sleep state to enter.