Lines Matching refs:props
286 int brightness = bl->props.brightness;
288 if (bl->props.power != FB_BLANK_UNBLANK)
290 if (bl->props.fb_blank != FB_BLANK_UNBLANK)
307 struct backlight_properties props;
313 memset(&props, 0, sizeof(struct backlight_properties));
314 props.max_brightness = 0xff;
315 props.type = BACKLIGHT_RAW;
319 &mx3fb_lcdc_bl_ops, &props);
327 bl->props.power = FB_BLANK_UNBLANK;
328 bl->props.fb_blank = FB_BLANK_UNBLANK;
329 bl->props.brightness = mx3fb_bl_get_brightness(bl);