Lines Matching refs:vmax
367 sd->vmax.backlight = 64;
368 sd->vmax.brightness = 128;
369 sd->vmax.sharpness = 40;
370 sd->vmax.contrast = 3;
371 sd->vmax.gamma = 2;
372 sd->vmax.hue = 0 + 1; /* 200, not done by hardware */
373 sd->vmax.saturation = 0; /* 100, not done by hardware */
374 sd->vmax.whitebal = 2; /* 100, not done by hardware */
375 sd->vmax.mirror = 1;
376 sd->vmax.flip = 1;
377 sd->vmax.AC50Hz = 1;
666 if (wbal < 0 || wbal > sd->vmax.whitebal)
722 if (bright < 0 || bright > sd->vmax.brightness)
736 if (cntr < 0 || cntr > sd->vmax.contrast)
739 if (gam < 0 || gam > sd->vmax.gamma)
757 if (backlight < 0 || backlight > sd->vmax.backlight)
773 if (sharp < 0 || sharp > sd->vmax.sharpness)