Lines Matching defs:brightness
22 unsigned int brightness;
29 * Update the brightness limit for the pc50633 backlight. The actual brightness
34 * @limit: The brightness limit. Valid values are 0-63
58 else if (bl->props.brightness < pcf_bl->brightness_limit)
59 new_brightness = bl->props.brightness;
64 if (pcf_bl->brightness == new_brightness)
70 if (!pcf_bl->brightness)
76 pcf_bl->brightness = new_brightness;
85 return pcf_bl->brightness;
112 bl_props.brightness = pdata->default_brightness;
115 bl_props.brightness = 0x3f;
133 * Should be different from bl_props.brightness, so we do not exit
136 pcf_bl->brightness = pcf_bl->bl->props.brightness + 1;