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

  /src/sys/arch/macppc/dev/
pmu.c 99 int sc_brightness, sc_brightness_wanted; member in struct:pmu_softc
292 sc->sc_brightness = sc->sc_brightness_wanted = 0x80;
392 sc->sc_brightness_wanted = resp[1];
654 sc->sc_brightness_wanted = resp[2];
999 if (sc->sc_brightness == sc->sc_brightness_wanted)
1006 sc->sc_brightness = sc->sc_brightness_wanted;
1010 if (sc->sc_brightness_wanted == 0) {
1015 sc->sc_brightness = sc->sc_brightness_wanted;
1028 sc->sc_brightness_wanted);
1030 val = 0x7f - (sc->sc_brightness_wanted >> 1)
    [all...]

Completed in 12 milliseconds