Lines Matching refs:props
75 int level = bd->props.brightness; in __pmu_backlight_update_status()
78 if (bd->props.power != FB_BLANK_UNBLANK || in __pmu_backlight_update_status()
79 bd->props.fb_blank != FB_BLANK_UNBLANK) in __pmu_backlight_update_status()
142 struct backlight_properties props; in pmu_backlight_init() local
160 memset(&props, 0, sizeof(struct backlight_properties)); in pmu_backlight_init()
161 props.type = BACKLIGHT_PLATFORM; in pmu_backlight_init()
162 props.max_brightness = FB_BACKLIGHT_LEVELS - 1; in pmu_backlight_init()
164 &props); in pmu_backlight_init()
172 level = bd->props.max_brightness; in pmu_backlight_init()
182 bd->props.max_brightness / 15); in pmu_backlight_init()
185 bd->props.brightness = level; in pmu_backlight_init()
186 bd->props.power = FB_BLANK_UNBLANK; in pmu_backlight_init()