Searched refs:mdfld_backlight_device (Results 1 – 1 of 1) sorted by relevance
48 static struct backlight_device *mdfld_backlight_device; variable53 (struct drm_device *)bl_get_data(mdfld_backlight_device); in mdfld_set_brightness()99 (struct drm_device *)bl_get_data(mdfld_backlight_device); in mdfld_get_brightness()132 mdfld_backlight_device = backlight_device_register("mdfld-bl", in mdfld_backlight_init()135 if (IS_ERR(mdfld_backlight_device)) in mdfld_backlight_init()136 return PTR_ERR(mdfld_backlight_device); in mdfld_backlight_init()142 mdfld_backlight_device->props.brightness = BRIGHTNESS_MAX_LEVEL; in mdfld_backlight_init()143 mdfld_backlight_device->props.max_brightness = BRIGHTNESS_MAX_LEVEL; in mdfld_backlight_init()144 backlight_update_status(mdfld_backlight_device); in mdfld_backlight_init()152 return mdfld_backlight_device; in mdfld_get_backlight_device()