Lines Matching full:brightness
21 unsigned int brightness; member
28 * Update the brightness limit for the pc50633 backlight. The actual brightness
33 * @limit: The brightness limit. Valid values are 0-63
57 else if (bl->props.brightness < pcf_bl->brightness_limit) in pcf50633_bl_update_status()
58 new_brightness = bl->props.brightness; in pcf50633_bl_update_status()
63 if (pcf_bl->brightness == new_brightness) in pcf50633_bl_update_status()
69 if (!pcf_bl->brightness) in pcf50633_bl_update_status()
75 pcf_bl->brightness = new_brightness; in pcf50633_bl_update_status()
84 return pcf_bl->brightness; in pcf50633_bl_get_brightness()
111 bl_props.brightness = pdata->default_brightness; in pcf50633_bl_probe()
114 bl_props.brightness = 0x3f; in pcf50633_bl_probe()
132 * Should be different from bl_props.brightness, so we do not exit in pcf50633_bl_probe()
135 pcf_bl->brightness = pcf_bl->bl->props.brightness + 1; in pcf50633_bl_probe()