Lines Matching full:enter
105 /* Make the current CPU wait so it can enter the idle loop too. */ in s2idle_enter()
169 * No ->valid() or ->enter() callback implies that none are valid. in valid_state()
172 suspend_ops->enter; in valid_state()
391 * suspend_enter - Make the system enter the given sleep state.
392 * @state: System sleep state to enter.
446 error = suspend_ops->enter(state); in suspend_enter()
479 * suspend_devices_and_enter - Suspend devices and enter system sleep state.
480 * @state: System sleep state to enter.
546 * enter_state - Do common work needed to enter system sleep state.
547 * @state: System sleep state to enter.
551 * system enter the given sleep state and clean up after wakeup.
606 * @state: System sleep state to enter.