Lines Matching defs:PWRSTAT_BACKLIGHT
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));
648 sc->sc_powerstate &= ~PWRSTAT_BACKLIGHT;
650 sc->sc_powerstate |= PWRSTAT_BACKLIGHT;
659 sc->sc_powerstate |= PWRSTAT_BACKLIGHT;