Lines Matching refs:props
261 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in lp855x_bl_update_status()
262 bl->props.brightness = 0; in lp855x_bl_update_status()
265 int br = bl->props.brightness; in lp855x_bl_update_status()
266 int max_br = bl->props.max_brightness; in lp855x_bl_update_status()
271 u8 val = bl->props.brightness; in lp855x_bl_update_status()
287 struct backlight_properties props; in lp855x_backlight_register() local
291 props.type = BACKLIGHT_PLATFORM; in lp855x_backlight_register()
292 props.max_brightness = MAX_BRIGHTNESS; in lp855x_backlight_register()
294 if (pdata->initial_brightness > props.max_brightness) in lp855x_backlight_register()
295 pdata->initial_brightness = props.max_brightness; in lp855x_backlight_register()
297 props.brightness = pdata->initial_brightness; in lp855x_backlight_register()
300 &lp855x_bl_ops, &props); in lp855x_backlight_register()
471 lp->bl->props.brightness = 0; in lp855x_remove()