Lines Matching defs:props
42 int brightness = bl->props.brightness;
46 if (bl->props.power != FB_BLANK_UNBLANK)
48 if (bl->props.state & BL_CORE_FBBLANK)
50 if (bl->props.state & BL_CORE_SUSPENDED)
111 struct backlight_properties props;
122 memset(&props, 0, sizeof(props));
123 props.max_brightness = MAX_USER_VALUE;
124 props.type = BACKLIGHT_RAW;
126 priv, &pandora_backlight_ops, &props);
138 bl->props.brightness = MAX_USER_VALUE;