Lines Matching refs:bl_props
100 struct backlight_properties bl_props;
106 memset(&bl_props, 0, sizeof(bl_props));
107 bl_props.type = BACKLIGHT_RAW;
108 bl_props.max_brightness = 0x3f;
109 bl_props.power = FB_BLANK_UNBLANK;
112 bl_props.brightness = pdata->default_brightness;
115 bl_props.brightness = 0x3f;
123 &pcf50633_bl_ops, &bl_props);
133 * Should be different from bl_props.brightness, so we do not exit