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

/netbsd-current/sys/arch/hpcarm/dev/
H A Dsed1356var.h62 int sc_max_contrast; member in struct:sed1356_softc
H A Dsed_saip.c396 if (sc->sc_max_contrast > 0) {
398 dispparam->max = sc->sc_max_contrast;
401 " current=%d\n", sc->sc_max_contrast,
471 sc->sc_max_contrast < dispparam->curval)
473 if (sc->sc_max_contrast > 0) {
656 sc->sc_max_contrast = val;
665 sc->sc_contrast = sc->sc_max_contrast;
674 sc->sc_max_contrast = -1;
/netbsd-current/sys/arch/hpcmips/dev/
H A Dite8181var.h63 int sc_max_contrast; member in struct:ite8181_softc
H A Dmq200var.h62 int sc_max_contrast; member in struct:mq200_softc
H A Dmq200.c536 if (sc->sc_max_contrast > 0) {
538 dispparam->max = sc->sc_max_contrast;
542 sc->sc_max_contrast, sc->sc_contrast);
615 sc->sc_max_contrast < dispparam->curval)
617 if (sc->sc_max_contrast > 0) {
806 sc->sc_max_contrast = val;
814 sc->sc_contrast = sc->sc_max_contrast;
823 sc->sc_max_contrast = -1;
H A Dite8181.c713 if (sc->sc_max_contrast > 0) {
715 dispparam->max = sc->sc_max_contrast;
718 " current=%d\n", sc->sc_max_contrast,
795 sc->sc_max_contrast < dispparam->curval)
797 if (sc->sc_max_contrast > 0) {
988 sc->sc_max_contrast = val;
997 sc->sc_contrast = sc->sc_max_contrast;
1006 sc->sc_max_contrast = -1;
/netbsd-current/sys/dev/hpc/
H A Dbivideo.c102 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 101 milliseconds