Lines Matching defs:props
57 if (bd->props.power != FB_BLANK_UNBLANK ||
58 bd->props.fb_blank != FB_BLANK_UNBLANK)
61 level = bd->props.brightness;
88 struct backlight_properties props;
104 memset(&props, 0, sizeof(struct backlight_properties));
105 props.type = BACKLIGHT_RAW;
106 props.max_brightness = FB_BACKLIGHT_LEVELS - 1;
108 &props);
120 bd->props.brightness = bd->props.max_brightness;
121 bd->props.power = FB_BLANK_UNBLANK;