Lines Matching full:enter
113 /* Make the current CPU wait so it can enter the idle loop too. */ in s2idle_enter()
181 * No ->valid() or ->enter() callback implies that none are valid. in valid_state()
184 suspend_ops->enter; in valid_state()
403 * suspend_enter - Make the system enter the given sleep state.
404 * @state: System sleep state to enter.
458 error = suspend_ops->enter(state); in suspend_enter()
491 * suspend_devices_and_enter - Suspend devices and enter system sleep state.
492 * @state: System sleep state to enter.
558 * enter_state - Do common work needed to enter system sleep state.
559 * @state: System sleep state to enter.
563 * system enter the given sleep state and clean up after wakeup.
618 * @state: System sleep state to enter.