Lines Matching refs:enter
106 /* Make the current CPU wait so it can enter the idle loop too. */
244 return state == PM_SUSPEND_TO_IDLE || (suspend_ops && suspend_ops->enter);
392 * suspend_enter - Make the system enter the given sleep state.
393 * @state: System sleep state to enter.
458 error = suspend_ops->enter(state);
490 * suspend_devices_and_enter - Suspend devices and enter system sleep state.
491 * @state: System sleep state to enter.
562 * enter_state - Do common work needed to enter system sleep state.
563 * @state: System sleep state to enter.
567 * system enter the given sleep state and clean up after wakeup.
626 * @state: System sleep state to enter.