Lines Matching defs:props
150 if (bd->props.brightness < 0)
152 else if (bd->props.brightness > RADEON_MAX_BL_LEVEL)
155 level = bd->props.brightness;
191 struct backlight_properties props;
219 memset(&props, 0, sizeof(props));
220 props.max_brightness = RADEON_MAX_BL_LEVEL;
221 props.type = BACKLIGHT_RAW;
225 pdata, &radeon_atom_backlight_ops, &props);
236 bd->props.brightness = radeon_atom_backlight_get_brightness(bd);
242 if (bd->props.brightness == 0)
243 bd->props.brightness = RADEON_MAX_BL_LEVEL;
244 bd->props.power = FB_BLANK_UNBLANK;