Lines Matching refs:props
428 int intensity = bd->props.brightness; in corgi_bl_update_status()
430 if (bd->props.power != FB_BLANK_UNBLANK) in corgi_bl_update_status()
433 if (bd->props.fb_blank != FB_BLANK_UNBLANK) in corgi_bl_update_status()
536 struct backlight_properties props; in corgi_lcd_probe() local
560 memset(&props, 0, sizeof(struct backlight_properties)); in corgi_lcd_probe()
561 props.type = BACKLIGHT_RAW; in corgi_lcd_probe()
562 props.max_brightness = pdata->max_intensity; in corgi_lcd_probe()
565 &props); in corgi_lcd_probe()
569 lcd->bl_dev->props.brightness = pdata->default_intensity; in corgi_lcd_probe()
570 lcd->bl_dev->props.power = FB_BLANK_UNBLANK; in corgi_lcd_probe()
591 lcd->bl_dev->props.power = FB_BLANK_UNBLANK; in corgi_lcd_remove()
592 lcd->bl_dev->props.brightness = 0; in corgi_lcd_remove()