HomeSort by: relevance | last modified time | path
    Searched defs:PWRSTAT_BACKLIGHT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpcarm/dev/
sed1356var.h 52 #define PWRSTAT_BACKLIGHT (1<<3)
  /src/sys/arch/hpcmips/dev/
ite8181var.h 53 #define PWRSTAT_BACKLIGHT (1<<3)
mq200var.h 52 #define PWRSTAT_BACKLIGHT (1<<3)
  /src/sys/dev/hpc/
bivideo.c 92 #define PWRSTAT_BACKLIGHT (1<<3)
363 if (updates & PWRSTAT_BACKLIGHT)
368 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)));
449 (sc->sc_powerstate&PWRSTAT_BACKLIGHT)? 1: 0));
456 (sc->sc_powerstate&PWRSTAT_BACKLIGHT) ? 1: 0;
517 sc->sc_powerstate &= ~PWRSTAT_BACKLIGHT;
519 sc->sc_powerstate |= PWRSTAT_BACKLIGHT;
521 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)?1:0));
522 bivideo_update_powerstate(sc, PWRSTAT_BACKLIGHT);
524 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)?1:0))
    [all...]

Completed in 12 milliseconds