Lines Matching refs:props
53 struct backlight_properties *props = &dev->props; in tosa_bl_update_status() local
55 int power = max(props->power, props->fb_blank); in tosa_bl_update_status()
56 int brightness = props->brightness; in tosa_bl_update_status()
68 struct backlight_properties *props = &dev->props; in tosa_bl_get_brightness() local
70 return props->brightness; in tosa_bl_get_brightness()
81 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()