Searched refs:SC_SCRN_IDLE (Results 1 – 2 of 2) sorted by relevance
945 *(int *)data = (sc->flags & SC_SCRN_IDLE) in sctty_ioctl()1826 scp->sc->flags &= ~SC_SCRN_IDLE; in sccnupdate()1828 if ((saver_mode != CONS_LKM_SAVER) || !(scp->sc->flags & SC_SCRN_IDLE)) in sccnupdate()1892 sc->flags |= SC_SCRN_IDLE; in scrn_timer()1894 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()1897 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()1902 if ((saver_mode != CONS_LKM_SAVER) || !(sc->flags & SC_SCRN_IDLE)) in scrn_timer()1919 if ((saver_mode == CONS_LKM_SAVER) && (sc->flags & SC_SCRN_IDLE)) in scrn_timer()
206 #define SC_SCRN_IDLE (1 << 5) macro