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

  /src/sys/dev/fdt/
pwm_backlight.c 55 bool sc_lid_state; member in struct:pwm_backlight_softc
132 sc->sc_lid_state = true;
276 if (sc->sc_lid_state)
293 sc->sc_lid_state = true;
303 sc->sc_lid_state = false;
  /src/sys/arch/macppc/dev/
lmu.c 69 int sc_lid_state, sc_video_state; member in struct:lmu_softc
101 sc->sc_lid_state = true;
109 sc->sc_lid_state = false;
176 sc->sc_lid_state = true;
324 !(sc->sc_lid_state && sc->sc_video_state)) {

Completed in 11 milliseconds