Lines Matching refs:props
289 int brightness = bl->props.brightness; in mx3fb_bl_update_status()
291 if (bl->props.power != FB_BLANK_UNBLANK) in mx3fb_bl_update_status()
293 if (bl->props.fb_blank != FB_BLANK_UNBLANK) in mx3fb_bl_update_status()
310 struct backlight_properties props; in mx3fb_init_backlight() local
316 memset(&props, 0, sizeof(struct backlight_properties)); in mx3fb_init_backlight()
317 props.max_brightness = 0xff; in mx3fb_init_backlight()
318 props.type = BACKLIGHT_RAW; in mx3fb_init_backlight()
322 &mx3fb_lcdc_bl_ops, &props); in mx3fb_init_backlight()
330 bl->props.power = FB_BLANK_UNBLANK; in mx3fb_init_backlight()
331 bl->props.fb_blank = FB_BLANK_UNBLANK; in mx3fb_init_backlight()
332 bl->props.brightness = mx3fb_bl_get_brightness(bl); in mx3fb_init_backlight()