Lines Matching refs:props
35 val /= bd->props.max_brightness;
62 int brightness = bd->props.brightness;
65 if ((brightness < 0) || (bd->props.max_brightness < brightness)) {
71 bd->props.brightness, bd->props.power, bd->props.state);
73 if ((bd->props.power != FB_BLANK_UNBLANK) ||
74 (bd->props.state & BL_CORE_FBBLANK) ||
75 (bd->props.state & BL_CORE_SUSPENDED))
114 struct backlight_properties props;
137 memset(&props, 0, sizeof(struct backlight_properties));
139 props.type = BACKLIGHT_RAW;
142 &props);
166 bd->props.max_brightness = pdata->max_brightness;
168 bd->props.max_brightness = 255;
171 bd->props.power = FB_BLANK_UNBLANK;
172 bd->props.brightness = bd->props.max_brightness;
191 bd->props.power = FB_BLANK_POWERDOWN;
192 bd->props.brightness = 0;