Lines Matching refs:props
56 struct backlight_properties *props = &dev->props; in tosa_bl_update_status() local
58 int power = max(props->power, props->fb_blank); in tosa_bl_update_status()
59 int brightness = props->brightness; in tosa_bl_update_status()
71 struct backlight_properties *props = &dev->props; in tosa_bl_get_brightness() local
73 return props->brightness; in tosa_bl_get_brightness()
84 struct backlight_properties props; in tosa_bl_probe() local
105 memset(&props, 0, sizeof(struct backlight_properties)); in tosa_bl_probe()
106 props.type = BACKLIGHT_RAW; in tosa_bl_probe()
107 props.max_brightness = 512 - 1; in tosa_bl_probe()
110 &props); in tosa_bl_probe()
116 data->bl->props.brightness = 69; in tosa_bl_probe()
117 data->bl->props.power = FB_BLANK_UNBLANK; in tosa_bl_probe()