Lines Matching refs:props
55 int val = bd->props.brightness; in nv40_set_intensity()
75 struct backlight_properties props; in nv40_backlight_init() local
81 memset(&props, 0, sizeof(struct backlight_properties)); in nv40_backlight_init()
82 props.type = BACKLIGHT_RAW; in nv40_backlight_init()
83 props.max_brightness = 31; in nv40_backlight_init()
85 &nv40_bl_ops, &props); in nv40_backlight_init()
89 bd->props.brightness = nv40_get_intensity(bd); in nv40_backlight_init()
118 u32 val = (bd->props.brightness * div) / 100; in nv50_set_intensity()
159 val = (bd->props.brightness * div) / 100; in nva3_set_intensity()
182 struct backlight_properties props; in nv50_backlight_init() local
203 memset(&props, 0, sizeof(struct backlight_properties)); in nv50_backlight_init()
204 props.type = BACKLIGHT_RAW; in nv50_backlight_init()
205 props.max_brightness = 100; in nv50_backlight_init()
207 nv_encoder, ops, &props); in nv50_backlight_init()
212 bd->props.brightness = bd->ops->get_brightness(bd); in nv50_backlight_init()