Lines Matching defs:props
84 int val = bd->props.brightness;
101 struct backlight_properties *props,
110 props->type = BACKLIGHT_RAW;
111 props->max_brightness = 31;
139 u32 val = (bd->props.brightness * div) / 100;
180 val = (bd->props.brightness * div) / 100;
200 struct backlight_properties *props,
216 props->type = BACKLIGHT_RAW;
217 props->max_brightness = 100;
230 struct backlight_properties props = {0};
251 ret = nv40_backlight_init(nv_encoder, &props, &ops);
260 ret = nv50_backlight_init(nv_encoder, &props, &ops);
281 nv_encoder, ops, &props);
290 bl->dev->props.brightness = bl->dev->ops->get_brightness(bl->dev);