Lines Matching defs:props
53 struct backlight_properties *props = &dev->props;
55 int power = max(props->power, props->fb_blank);
56 int brightness = props->brightness;
68 struct backlight_properties *props = &dev->props;
70 return props->brightness;
81 struct backlight_properties props;
101 memset(&props, 0, sizeof(struct backlight_properties));
102 props.type = BACKLIGHT_RAW;
103 props.max_brightness = 512 - 1;
106 &props);
112 data->bl->props.brightness = 69;
113 data->bl->props.power = FB_BLANK_UNBLANK;