Lines Matching refs:props
1767 if (bd->props.power != FB_BLANK_UNBLANK ||
1768 bd->props.fb_blank != FB_BLANK_UNBLANK ||
1772 level = bd->props.brightness;
1823 info->bl_dev->props.power = power;
1830 struct backlight_properties props;
1846 memset(&props, 0, sizeof(struct backlight_properties));
1847 props.type = BACKLIGHT_RAW;
1848 props.max_brightness = FB_BACKLIGHT_LEVELS - 1;
1850 &props);
1862 bd->props.brightness = bd->props.max_brightness;
1863 bd->props.power = FB_BLANK_UNBLANK;