Searched refs:PWRSTAT_BACKLIGHT (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/hpcarm/dev/
H A Dsed1356var.h52 #define PWRSTAT_BACKLIGHT (1<<3) macro
H A Dsed_saip.c333 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...]
/netbsd-current/sys/arch/hpcmips/dev/
H A Dite8181var.h53 #define PWRSTAT_BACKLIGHT (1<<3) macro
H A Dmq200.c259 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...]
H A Dmq200var.h52 #define PWRSTAT_BACKLIGHT (1<<3) macro
H A Dite8181.c440 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...]
/netbsd-current/sys/dev/hpc/
H A Dbivideo.c92 #define PWRSTAT_BACKLIGHT (1<<3) macro
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)
[all...]

Completed in 85 milliseconds