Lines Matching defs:props
243 int brightness = bl->props.brightness;
245 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK))
250 bl->props.max_brightness);
265 struct backlight_properties props;
269 memset(&props, 0, sizeof(props));
270 props.type = BACKLIGHT_PLATFORM;
271 props.max_brightness = MAX_BRIGHTNESS;
273 if (pdata->initial_brightness > props.max_brightness)
274 pdata->initial_brightness = props.max_brightness;
276 props.brightness = pdata->initial_brightness;
279 &lp855x_bl_ops, &props);
551 lp->bl->props.brightness = 0;