Lines Matching refs:props
143 if (bd->props.brightness < 0) in radeon_atom_bl_level()
145 else if (bd->props.brightness > RADEON_MAX_BL_LEVEL) in radeon_atom_bl_level()
148 level = bd->props.brightness; in radeon_atom_bl_level()
184 struct backlight_properties props; in radeon_atom_backlight_init() local
211 memset(&props, 0, sizeof(props)); in radeon_atom_backlight_init()
212 props.max_brightness = RADEON_MAX_BL_LEVEL; in radeon_atom_backlight_init()
213 props.type = BACKLIGHT_RAW; in radeon_atom_backlight_init()
217 pdata, &radeon_atom_backlight_ops, &props); in radeon_atom_backlight_init()
228 bd->props.brightness = radeon_atom_backlight_get_brightness(bd); in radeon_atom_backlight_init()
234 if (bd->props.brightness == 0) in radeon_atom_backlight_init()
235 bd->props.brightness = RADEON_MAX_BL_LEVEL; in radeon_atom_backlight_init()
236 bd->props.power = FB_BLANK_UNBLANK; in radeon_atom_backlight_init()