Lines Matching defs: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)
443 *wakeup = pm_wakeup_pending();
444 if (!(suspend_test(TEST_CORE) || *wakeup)) {
450 } else if (*wakeup) {
486 bool wakeup = false;
512 error = suspend_enter(state, &wakeup);
513 } while (!error && !wakeup && platform_suspend_again(state));
552 * system enter the given sleep state and clean up after wakeup.
598 pm_pr_dbg("Finishing wakeup.\n");