Home | History | Annotate | Download | only in hpc

Lines Matching defs:sc_powerstate

88 	int			sc_powerstate;
178 sc->sc_powerstate = 0;
344 sc->sc_powerstate |= PWRSTAT_SUSPEND;
348 sc->sc_powerstate &= ~PWRSTAT_SUSPEND;
360 (void*)!(sc->sc_powerstate &
366 (void*)(!(sc->sc_powerstate &
368 (sc->sc_powerstate & PWRSTAT_BACKLIGHT)));
429 sc->sc_powerstate |= PWRSTAT_VIDEOOFF;
431 sc->sc_powerstate &= ~PWRSTAT_VIDEOOFF;
436 *(int *)data = (sc->sc_powerstate&PWRSTAT_VIDEOOFF) ?
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));
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;