Lines Matching refs:wakeup
394 * @wakeup: Returns information that the sleep state should not be re-entered.
398 static int suspend_enter(suspend_state_t state, bool *wakeup)
455 *wakeup = pm_wakeup_pending();
456 if (!(suspend_test(TEST_CORE) || *wakeup)) {
460 } else if (*wakeup) {
496 bool wakeup = false;
527 error = suspend_enter(state, &wakeup);
528 } while (!error && !wakeup && platform_suspend_again(state));
567 * system enter the given sleep state and clean up after wakeup.
617 pm_pr_dbg("Finishing wakeup.\n");