Lines Matching refs:props
1803 if (bd->props.power != FB_BLANK_UNBLANK || in aty128_bl_update_status()
1804 bd->props.fb_blank != FB_BLANK_UNBLANK || in aty128_bl_update_status()
1808 level = bd->props.brightness; in aty128_bl_update_status()
1859 info->bl_dev->props.power = power; in aty128_bl_set_power()
1866 struct backlight_properties props; in aty128_bl_init() local
1882 memset(&props, 0, sizeof(struct backlight_properties)); in aty128_bl_init()
1883 props.type = BACKLIGHT_RAW; in aty128_bl_init()
1884 props.max_brightness = FB_BACKLIGHT_LEVELS - 1; in aty128_bl_init()
1886 &props); in aty128_bl_init()
1898 bd->props.brightness = bd->props.max_brightness; in aty128_bl_init()
1899 bd->props.power = FB_BLANK_UNBLANK; in aty128_bl_init()