Lines Matching defs:props
107 /* some bl->props field just changed */
137 struct backlight_properties props;
143 memset(&props, 0, sizeof(struct backlight_properties));
144 props.type = BACKLIGHT_RAW;
145 props.max_brightness = 0xff;
147 &atmel_lcdc_bl_ops, &props);
155 bl->props.power = FB_BLANK_UNBLANK;
156 bl->props.fb_blank = FB_BLANK_UNBLANK;
157 bl->props.brightness = atmel_bl_get_brightness(bl);
166 sinfo->backlight->props.power = FB_BLANK_POWERDOWN;