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

  /src/sys/arch/hpcarm/dev/
sed1356var.h 52 #define PWRSTAT_BACKLIGHT (1<<3)
sed_saip.c 333 if (updates & PWRSTAT_BACKLIGHT)
338 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)));
378 (sc->sc_powerstate & PWRSTAT_BACKLIGHT) ? 1: 0));
386 (sc->sc_powerstate & PWRSTAT_BACKLIGHT) ?
454 sc->sc_powerstate &= ~PWRSTAT_BACKLIGHT;
456 sc->sc_powerstate |= PWRSTAT_BACKLIGHT;
459 PWRSTAT_BACKLIGHT) ? 1 : 0));
460 sed1356_update_powerstate(sc, PWRSTAT_BACKLIGHT);
462 (sc->sc_powerstate & PWRSTAT_BACKLIGHT) ?
582 sc->sc_powerstate &= ~PWRSTAT_BACKLIGHT;
    [all...]
  /src/sys/arch/hpcmips/dev/
ite8181var.h 53 #define PWRSTAT_BACKLIGHT (1<<3)
mq200.c 259 if (updates & PWRSTAT_BACKLIGHT)
264 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)));
518 (sc->sc_powerstate&PWRSTAT_BACKLIGHT)? 1: 0);
526 (sc->sc_powerstate&PWRSTAT_BACKLIGHT)
597 sc->sc_powerstate &= ~PWRSTAT_BACKLIGHT;
599 sc->sc_powerstate |= PWRSTAT_BACKLIGHT;
602 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)
604 mq200_update_powerstate(sc, PWRSTAT_BACKLIGHT);
606 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)
732 sc->sc_powerstate &= ~PWRSTAT_BACKLIGHT;
    [all...]
mq200var.h 52 #define PWRSTAT_BACKLIGHT (1<<3)
ite8181.c 440 if (updates & PWRSTAT_BACKLIGHT)
445 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)));
695 (sc->sc_powerstate&PWRSTAT_BACKLIGHT)? 1: 0));
703 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)
776 sc->sc_powerstate &= ~PWRSTAT_BACKLIGHT;
778 sc->sc_powerstate |= PWRSTAT_BACKLIGHT;
781 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)
784 PWRSTAT_BACKLIGHT);
786 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)
913 sc->sc_powerstate &= ~PWRSTAT_BACKLIGHT;
    [all...]
  /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 119 milliseconds