Lines Matching full:enter
114 /* Make the current CPU wait so it can enter the idle loop too. */
182 * No ->valid() or ->enter() callback implies that none are valid.
185 suspend_ops->enter;
407 * suspend_enter - Make the system enter the given sleep state.
408 * @state: System sleep state to enter.
462 error = suspend_ops->enter(state);
495 * suspend_devices_and_enter - Suspend devices and enter system sleep state.
496 * @state: System sleep state to enter.
563 * enter_state - Do common work needed to enter system sleep state.
564 * @state: System sleep state to enter.
568 * system enter the given sleep state and clean up after wakeup.
621 * @state: System sleep state to enter.