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

  /src/sys/arch/hpcarm/dev/
sed1356var.h 62 int sc_max_contrast; member in struct:sed1356_softc
  /src/sys/arch/hpcmips/dev/
ite8181var.h 63 int sc_max_contrast; member in struct:ite8181_softc
mq200var.h 62 int sc_max_contrast; member in struct:mq200_softc
  /src/sys/dev/hpc/
bivideo.c 102 int sc_max_contrast; member in struct:bivideo_softc
465 if (sc->sc_max_contrast > 0) {
467 dispparam->max = sc->sc_max_contrast;
469 VPRINTF(("bivideo_ioctl: GET:CONTRAST max=%d, current=%d\n", sc->sc_max_contrast, sc->sc_contrast));
532 sc->sc_max_contrast < dispparam->curval)
534 if (sc->sc_max_contrast > 0) {
721 sc->sc_max_contrast = val;
729 sc->sc_contrast = sc->sc_max_contrast;
738 sc->sc_max_contrast = -1;

Completed in 15 milliseconds