Lines Matching refs:props
88 int val = bd->props.brightness;
105 struct backlight_properties *props,
114 props->type = BACKLIGHT_RAW;
115 props->max_brightness = 31;
143 u32 val = (bd->props.brightness * div) / 100;
184 val = (bd->props.brightness * div) / 100;
204 struct backlight_properties *props,
220 props->type = BACKLIGHT_RAW;
221 props->max_brightness = 100;
234 struct backlight_properties props = {0};
255 ret = nv40_backlight_init(nv_encoder, &props, &ops);
264 ret = nv50_backlight_init(nv_encoder, &props, &ops);
285 nv_encoder, ops, &props);
294 bl->dev->props.brightness = bl->dev->ops->get_brightness(bl->dev);