Lines Matching refs:props
130 struct backlight_properties *props)
201 props->max_brightness = min_t(u32, brightness, priv->def_max_brightness);
205 brightness = props->max_brightness;
207 props->brightness = min_t(u32, brightness, props->max_brightness);
212 props->scale = BACKLIGHT_SCALE_NON_LINEAR;
214 props->scale = BACKLIGHT_SCALE_LINEAR;
277 struct backlight_properties props = {
304 ret = mt6370_init_backlight_properties(priv, &props);
310 &mt6370_bl_ops, &props);
326 bl_dev->props.brightness = 0;