Lines Matching full:brightness
22 unsigned int brightness; member
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) in pcf50633_bl_update_status()
59 new_brightness = bl->props.brightness; in pcf50633_bl_update_status()
64 if (pcf_bl->brightness == new_brightness) in pcf50633_bl_update_status()
70 if (!pcf_bl->brightness) in pcf50633_bl_update_status()
76 pcf_bl->brightness = new_brightness; in pcf50633_bl_update_status()
85 return pcf_bl->brightness; in pcf50633_bl_get_brightness()
112 bl_props.brightness = pdata->default_brightness; in pcf50633_bl_probe()
115 bl_props.brightness = 0x3f; in pcf50633_bl_probe()
133 * Should be different from bl_props.brightness, so we do not exit in pcf50633_bl_probe()
136 pcf_bl->brightness = pcf_bl->bl->props.brightness + 1; in pcf50633_bl_probe()