Lines Matching defs:props
114 backlight->props.fb_blank = FB_BLANK_UNBLANK;
115 backlight->props.state = ~(BL_CORE_FBBLANK | BL_CORE_SUSPENDED);
116 backlight->props.power = FB_BLANK_UNBLANK;
118 backlight->props.fb_blank = FB_BLANK_NORMAL;
119 backlight->props.power = FB_BLANK_POWERDOWN;
120 backlight->props.state |= BL_CORE_FBBLANK | BL_CORE_SUSPENDED;
368 if (dev->props.fb_blank == FB_BLANK_UNBLANK &&
369 dev->props.power == FB_BLANK_UNBLANK)
370 level = dev->props.brightness;
395 if (dev->props.fb_blank == FB_BLANK_UNBLANK &&
396 dev->props.power == FB_BLANK_UNBLANK)
397 return dev->props.brightness;
1306 struct backlight_properties props = { 0 };
1307 props.max_brightness = 255;
1308 props.type = BACKLIGHT_RAW;
1311 dev, ddata, &dsicm_bl_ops, &props);