Lines Matching refs:props
52 struct backlight_properties *props = &dev->props; in tosa_bl_update_status() local
54 int power = max(props->power, props->fb_blank); in tosa_bl_update_status()
55 int brightness = props->brightness; in tosa_bl_update_status()
67 struct backlight_properties *props = &dev->props; in tosa_bl_get_brightness() local
69 return props->brightness; in tosa_bl_get_brightness()
80 struct backlight_properties props; in tosa_bl_probe() local
101 memset(&props, 0, sizeof(struct backlight_properties)); in tosa_bl_probe()
102 props.type = BACKLIGHT_RAW; in tosa_bl_probe()
103 props.max_brightness = 512 - 1; in tosa_bl_probe()
106 &props); in tosa_bl_probe()
112 data->bl->props.brightness = 69; in tosa_bl_probe()
113 data->bl->props.power = FB_BLANK_UNBLANK; in tosa_bl_probe()