Lines Matching refs:props
297 if (bd->props.power != FB_BLANK_UNBLANK ||
298 bd->props.fb_blank != FB_BLANK_UNBLANK)
301 level = bd->props.brightness;
322 struct backlight_properties props;
338 memset(&props, 0, sizeof(struct backlight_properties));
339 props.type = BACKLIGHT_RAW;
340 props.max_brightness = FB_BACKLIGHT_LEVELS - 1;
342 &props);
354 bd->props.brightness = bd->props.max_brightness;
355 bd->props.power = FB_BLANK_UNBLANK;