Searched refs:SC_SCRN_IDLE (Results 1 – 2 of 2) sorted by relevance
1056 *(int *)data = (sc->flags & SC_SCRN_IDLE) && in sctty_ioctl()2166 scp->sc->flags &= ~SC_SCRN_IDLE; in sccnupdate()2168 if ((saver_mode != CONS_LKM_SAVER) || !(scp->sc->flags & SC_SCRN_IDLE)) in sccnupdate()2229 sc->flags |= SC_SCRN_IDLE; in scrn_timer()2231 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()2234 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()2239 if ((saver_mode != CONS_LKM_SAVER) || !(sc->flags & SC_SCRN_IDLE)) in scrn_timer()2256 if ((saver_mode == CONS_LKM_SAVER) && (sc->flags & SC_SCRN_IDLE)) in scrn_timer()
204 #define SC_SCRN_IDLE (1 << 5) macro