Lines Matching defs:props
75 int level = bd->props.brightness;
78 if (bd->props.power != FB_BLANK_UNBLANK ||
79 bd->props.fb_blank != FB_BLANK_UNBLANK)
142 struct backlight_properties props;
160 memset(&props, 0, sizeof(struct backlight_properties));
161 props.type = BACKLIGHT_PLATFORM;
162 props.max_brightness = FB_BACKLIGHT_LEVELS - 1;
164 &props);
172 level = bd->props.max_brightness;
182 bd->props.max_brightness / 15);
185 bd->props.brightness = level;
186 bd->props.power = FB_BLANK_UNBLANK;