Lines Matching defs:wakeup
60 static int wakeup = 0;
440 wakeup = 1; /* wake up naturally */
633 wakeup = 2; /* wake up manually */
636 wakeup = 0; /* clear previous interruption */
862 * Check the wakeup flag of an ESI event. The idle might need to
866 * return - 0: no wakeup, otherwise yes.
1053 * Idle for certain amount of time or a wakeup signal is recieved.
1085 while (wakeup == 0) {
1088 if (wakeup == 2) {
1091 /* clean wakeup flag */
1092 wakeup = 0;