HomeSort by: relevance | last modified time | path
    Searched refs:PWRSTAT_VIDEOOFF (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/hpcarm/dev/
sed1356var.h 50 #define PWRSTAT_VIDEOOFF (1<<1)
sed_saip.c 331 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
337 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&
359 sc->sc_powerstate |= PWRSTAT_VIDEOOFF;
361 sc->sc_powerstate &= ~PWRSTAT_VIDEOOFF;
366 *(int *)data = (sc->sc_powerstate & PWRSTAT_VIDEOOFF) ?
711 if (sc->sc_powerstate & PWRSTAT_VIDEOOFF)
712 sc->sc_powerstate &= ~PWRSTAT_VIDEOOFF;
714 sc->sc_powerstate |= PWRSTAT_VIDEOOFF;
  /src/sys/arch/hpcmips/dev/
ite8181var.h 51 #define PWRSTAT_VIDEOOFF (1<<1)
mq200var.h 50 #define PWRSTAT_VIDEOOFF (1<<1)
mq200.c 257 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
263 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&
499 sc->sc_powerstate |= PWRSTAT_VIDEOOFF;
501 sc->sc_powerstate &= ~PWRSTAT_VIDEOOFF;
506 *(int *)data = (sc->sc_powerstate&PWRSTAT_VIDEOOFF) ?
ite8181.c 438 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
444 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&
675 sc->sc_powerstate |= PWRSTAT_VIDEOOFF;
677 sc->sc_powerstate &= ~PWRSTAT_VIDEOOFF;
682 *(int *)data = (sc->sc_powerstate&PWRSTAT_VIDEOOFF) ?
  /src/sys/dev/hpc/
bivideo.c 90 #define PWRSTAT_VIDEOOFF (1<<1)
361 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)));
367 (PWRSTAT_VIDEOOFF|PWRSTAT_SUSPEND)) &&
429 sc->sc_powerstate |= PWRSTAT_VIDEOOFF;
431 sc->sc_powerstate &= ~PWRSTAT_VIDEOOFF;
436 *(int *)data = (sc->sc_powerstate&PWRSTAT_VIDEOOFF) ?

Completed in 17 milliseconds