Searched refs:MAX_BRIGHTNESS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A D88pm860x_bl.c21 #define MAX_BRIGHTNESS (0xFF) macro
76 if (brightness > MAX_BRIGHTNESS)
77 value = MAX_BRIGHTNESS;
98 if (brightness == MAX_BRIGHTNESS) {
104 if (brightness == MAX_BRIGHTNESS) {
219 data->current_brightness = MAX_BRIGHTNESS;
230 props.max_brightness = MAX_BRIGHTNESS;
238 bl->props.brightness = MAX_BRIGHTNESS;
H A Dmax8925_bl.c21 #define MAX_BRIGHTNESS (0xff) macro
39 if (brightness > MAX_BRIGHTNESS)
40 value = MAX_BRIGHTNESS;
139 props.max_brightness = MAX_BRIGHTNESS;
147 bl->props.brightness = MAX_BRIGHTNESS;
H A Ds6e63m0.c43 #define MAX_BRIGHTNESS 10 macro
634 MIN_BRIGHTNESS, MAX_BRIGHTNESS);
779 bd->props.max_brightness = MAX_BRIGHTNESS;
780 bd->props.brightness = MAX_BRIGHTNESS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvideo/
H A Dkonicawc.c23 #define MAX_BRIGHTNESS 108 macro
74 static int brightness = MAX_BRIGHTNESS/2;
202 uvd->vpic.brightness = (uvd->vpic.brightness > MAX_BRIGHTNESS) ? MAX_BRIGHTNESS : uvd->vpic.brightness;
733 RESTRICT_TO_RANGE(brightness, 0, MAX_BRIGHTNESS);

Completed in 111 milliseconds