Lines Matching refs:props
46 int brightness = bd->props.brightness; in lm3533_bl_update_status()
48 if (bd->props.power != FB_BLANK_UNBLANK) in lm3533_bl_update_status()
50 if (bd->props.fb_blank != FB_BLANK_UNBLANK) in lm3533_bl_update_status()
278 struct backlight_properties props; in lm3533_bl_probe() local
309 memset(&props, 0, sizeof(props)); in lm3533_bl_probe()
310 props.type = BACKLIGHT_RAW; in lm3533_bl_probe()
311 props.max_brightness = LM3533_BL_MAX_BRIGHTNESS; in lm3533_bl_probe()
312 props.brightness = pdata->default_brightness; in lm3533_bl_probe()
315 &props); in lm3533_bl_probe()
357 bd->props.power = FB_BLANK_POWERDOWN; in lm3533_bl_remove()
358 bd->props.brightness = 0; in lm3533_bl_remove()