Lines Matching full:enter
105 /* Make the current CPU wait so it can enter the idle loop too. */ in s2idle_enter()
175 * No ->valid() or ->enter() callback implies that none are valid. in valid_state()
178 suspend_ops->enter; in valid_state()
397 * suspend_enter - Make the system enter the given sleep state.
398 * @state: System sleep state to enter.
452 error = suspend_ops->enter(state); in suspend_enter()
485 * suspend_devices_and_enter - Suspend devices and enter system sleep state.
486 * @state: System sleep state to enter.
552 * enter_state - Do common work needed to enter system sleep state.
553 * @state: System sleep state to enter.
557 * system enter the given sleep state and clean up after wakeup.
612 * @state: System sleep state to enter.