Lines Matching defs:wakeup
100 * The s2idle_lock must be acquired before the pending wakeup check to
102 * and the subsequent s2idle_state update in which case a wakeup event
409 * @wakeup: Returns information that the sleep state should not be re-entered.
413 static int suspend_enter(suspend_state_t state, bool *wakeup)
458 *wakeup = pm_wakeup_pending();
459 if (!(suspend_test(TEST_CORE) || *wakeup)) {
465 } else if (*wakeup) {
501 bool wakeup = false;
527 error = suspend_enter(state, &wakeup);
528 } while (!error && !wakeup && platform_suspend_again(state));
568 * system enter the given sleep state and clean up after wakeup.
612 pm_pr_dbg("Finishing wakeup.\n");