Home
last modified time | relevance | path

Searched refs:SC_SCRN_IDLE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
HDsyscons.c1127 *(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()
HDsyscons.h187 #define SC_SCRN_IDLE (1 << 5) macro