Lines Matching refs:props
114 int intensity = bd->props.brightness; in locomolcd_set_intensity()
116 if (bd->props.power != FB_BLANK_UNBLANK) in locomolcd_set_intensity()
118 if (bd->props.fb_blank != FB_BLANK_UNBLANK) in locomolcd_set_intensity()
180 struct backlight_properties props; in locomolcd_probe() local
198 memset(&props, 0, sizeof(struct backlight_properties)); in locomolcd_probe()
199 props.type = BACKLIGHT_RAW; in locomolcd_probe()
200 props.max_brightness = 4; in locomolcd_probe()
203 &locomobl_data, &props); in locomolcd_probe()
209 locomolcd_bl_device->props.brightness = 2; in locomolcd_probe()
219 locomolcd_bl_device->props.brightness = 0; in locomolcd_remove()
220 locomolcd_bl_device->props.power = 0; in locomolcd_remove()