Lines Matching refs:props
2214 if (bd->props.power != FB_BLANK_UNBLANK ||
2215 bd->props.fb_blank != FB_BLANK_UNBLANK)
2218 level = bd->props.brightness;
2239 struct backlight_properties props;
2251 memset(&props, 0, sizeof(struct backlight_properties));
2252 props.type = BACKLIGHT_RAW;
2253 props.max_brightness = FB_BACKLIGHT_LEVELS - 1;
2255 &props);
2267 bd->props.brightness = bd->props.max_brightness;
2268 bd->props.power = FB_BLANK_UNBLANK;