Lines Matching refs:props
74 int intensity = bd->props.brightness; in cr_backlight_set_intensity()
78 if (bd->props.power == FB_BLANK_UNBLANK) in cr_backlight_set_intensity()
80 if (bd->props.fb_blank == FB_BLANK_UNBLANK) in cr_backlight_set_intensity()
82 if (bd->props.power == FB_BLANK_POWERDOWN) in cr_backlight_set_intensity()
84 if (bd->props.fb_blank == FB_BLANK_POWERDOWN) in cr_backlight_set_intensity()
174 struct backlight_properties props; in cr_backlight_probe() local
195 memset(&props, 0, sizeof(struct backlight_properties)); in cr_backlight_probe()
196 props.type = BACKLIGHT_RAW; in cr_backlight_probe()
198 &cr_backlight_ops, &props); in cr_backlight_probe()
225 crp->cr_backlight_device->props.power = FB_BLANK_UNBLANK; in cr_backlight_probe()
226 crp->cr_backlight_device->props.brightness = 0; in cr_backlight_probe()
238 crp->cr_backlight_device->props.power = FB_BLANK_POWERDOWN; in cr_backlight_remove()
239 crp->cr_backlight_device->props.brightness = 0; in cr_backlight_remove()
240 crp->cr_backlight_device->props.max_brightness = 0; in cr_backlight_remove()