Lines Matching refs:props
32 int brightness = bl->props.brightness; in gpio_backlight_update_status()
34 if (bl->props.power != FB_BLANK_UNBLANK || in gpio_backlight_update_status()
35 bl->props.fb_blank != FB_BLANK_UNBLANK || in gpio_backlight_update_status()
36 bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK)) in gpio_backlight_update_status()
100 struct backlight_properties props; in gpio_backlight_probe() local
142 memset(&props, 0, sizeof(props)); in gpio_backlight_probe()
143 props.type = BACKLIGHT_RAW; in gpio_backlight_probe()
144 props.max_brightness = 1; in gpio_backlight_probe()
147 &props); in gpio_backlight_probe()
153 bl->props.power = gpio_backlight_initial_power_state(gbl); in gpio_backlight_probe()
154 bl->props.brightness = 1; in gpio_backlight_probe()