Lines Matching refs:props
195 int brightness = bl->props.brightness; in atmel_bl_update_status()
201 if (bl->props.fb_blank != sinfo->bl_power) in atmel_bl_update_status()
202 power = bl->props.fb_blank; in atmel_bl_update_status()
203 else if (bl->props.power != sinfo->bl_power) in atmel_bl_update_status()
204 power = bl->props.power; in atmel_bl_update_status()
218 bl->props.fb_blank = bl->props.power = sinfo->bl_power = power; in atmel_bl_update_status()
237 struct backlight_properties props; in init_backlight() local
245 memset(&props, 0, sizeof(struct backlight_properties)); in init_backlight()
246 props.type = BACKLIGHT_RAW; in init_backlight()
247 props.max_brightness = 0xff; in init_backlight()
249 &atmel_lcdc_bl_ops, &props); in init_backlight()
257 bl->props.power = FB_BLANK_UNBLANK; in init_backlight()
258 bl->props.fb_blank = FB_BLANK_UNBLANK; in init_backlight()
259 bl->props.brightness = atmel_bl_get_brightness(bl); in init_backlight()
268 sinfo->backlight->props.power = FB_BLANK_POWERDOWN; in exit_backlight()