Lines Matching refs:props
355 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_update_status()
356 dev->props.power == FB_BLANK_UNBLANK) in acx565akm_bl_update_status()
357 level = dev->props.brightness; in acx565akm_bl_update_status()
378 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_get_intensity()
379 dev->props.power == FB_BLANK_UNBLANK) { in acx565akm_bl_get_intensity()
383 return dev->props.brightness; in acx565akm_bl_get_intensity()
755 struct backlight_properties props; in acx565akm_probe() local
813 memset(&props, 0, sizeof(props)); in acx565akm_probe()
814 props.fb_blank = FB_BLANK_UNBLANK; in acx565akm_probe()
815 props.power = FB_BLANK_UNBLANK; in acx565akm_probe()
816 props.type = BACKLIGHT_RAW; in acx565akm_probe()
819 ddata, &acx565akm_bl_ops, &props); in acx565akm_probe()
842 bldev->props.max_brightness = max_brightness; in acx565akm_probe()
843 bldev->props.brightness = brightness; in acx565akm_probe()