Lines Matching defs:props
60 if (bd->props.power != FB_BLANK_UNBLANK ||
61 bd->props.fb_blank != FB_BLANK_UNBLANK)
64 level = bd->props.brightness;
129 struct backlight_properties props;
151 memset(&props, 0, sizeof(struct backlight_properties));
152 props.type = BACKLIGHT_RAW;
153 props.max_brightness = FB_BACKLIGHT_LEVELS - 1;
155 &radeon_bl_data, &props);
185 bd->props.brightness = bd->props.max_brightness;
186 bd->props.power = FB_BLANK_UNBLANK;