Searched refs:SC_SCRN_IDLE (Results 1 – 2 of 2) sorted by relevance
1127 *(int *)data = (sc->flags & SC_SCRN_IDLE) in scioctl()2093 scp->sc->flags &= ~SC_SCRN_IDLE; in sccnupdate()2098 if ((saver_mode != CONS_LKM_SAVER) || !(scp->sc->flags & SC_SCRN_IDLE)) in sccnupdate()2184 sc->flags |= SC_SCRN_IDLE; in scrn_timer()2186 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()2189 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()2194 if ((saver_mode != CONS_LKM_SAVER) || !(sc->flags & SC_SCRN_IDLE)) { in scrn_timer()2217 if ((saver_mode == CONS_LKM_SAVER) && (sc->flags & SC_SCRN_IDLE)) in scrn_timer()
187 #define SC_SCRN_IDLE (1 << 5) macro