Lines Matching refs:props
1792 if (bd->props.power != FB_BLANK_UNBLANK || in aty128_bl_update_status()
1793 bd->props.fb_blank != FB_BLANK_UNBLANK || in aty128_bl_update_status()
1797 level = bd->props.brightness; in aty128_bl_update_status()
1848 info->bl_dev->props.power = power; in aty128_bl_set_power()
1855 struct backlight_properties props; in aty128_bl_init() local
1871 memset(&props, 0, sizeof(struct backlight_properties)); in aty128_bl_init()
1872 props.type = BACKLIGHT_RAW; in aty128_bl_init()
1873 props.max_brightness = FB_BACKLIGHT_LEVELS - 1; in aty128_bl_init()
1875 &props); in aty128_bl_init()
1887 bd->props.brightness = bd->props.max_brightness; in aty128_bl_init()
1888 bd->props.power = FB_BLANK_UNBLANK; in aty128_bl_init()