Lines Matching refs:props
74 int level = bd->props.brightness; in __pmu_backlight_update_status()
77 if (bd->props.power != FB_BLANK_UNBLANK || in __pmu_backlight_update_status()
78 bd->props.fb_blank != FB_BLANK_UNBLANK) in __pmu_backlight_update_status()
141 struct backlight_properties props; in pmu_backlight_init() local
159 memset(&props, 0, sizeof(struct backlight_properties)); in pmu_backlight_init()
160 props.type = BACKLIGHT_PLATFORM; in pmu_backlight_init()
161 props.max_brightness = FB_BACKLIGHT_LEVELS - 1; in pmu_backlight_init()
163 &props); in pmu_backlight_init()
171 level = bd->props.max_brightness; in pmu_backlight_init()
181 bd->props.max_brightness / 15); in pmu_backlight_init()
184 bd->props.brightness = level; in pmu_backlight_init()
185 bd->props.power = FB_BLANK_UNBLANK; in pmu_backlight_init()