Lines Matching refs:props
342 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in dsicm_bl_update_status()
343 dev->props.power == FB_BLANK_UNBLANK) in dsicm_bl_update_status()
344 level = dev->props.brightness; in dsicm_bl_update_status()
371 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in dsicm_bl_get_intensity()
372 dev->props.power == FB_BLANK_UNBLANK) in dsicm_bl_get_intensity()
373 return dev->props.brightness; in dsicm_bl_get_intensity()
1201 struct backlight_properties props; in dsicm_probe() local
1297 memset(&props, 0, sizeof(struct backlight_properties)); in dsicm_probe()
1298 props.max_brightness = 255; in dsicm_probe()
1300 props.type = BACKLIGHT_RAW; in dsicm_probe()
1302 dev, ddata, &dsicm_bl_ops, &props); in dsicm_probe()
1310 bldev->props.fb_blank = FB_BLANK_UNBLANK; in dsicm_probe()
1311 bldev->props.power = FB_BLANK_UNBLANK; in dsicm_probe()
1312 bldev->props.brightness = 255; in dsicm_probe()
1351 bldev->props.power = FB_BLANK_POWERDOWN; in dsicm_remove()