Home
last modified time | relevance | path

Searched refs:lp8788_bl (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/backlight/
Dlp8788_bl.c47 struct lp8788_bl { struct
75 static int lp8788_backlight_configure(struct lp8788_bl *bl) in lp8788_backlight_configure() argument
125 static void lp8788_pwm_ctrl(struct lp8788_bl *bl, int br, int max_br) in lp8788_pwm_ctrl()
159 struct lp8788_bl *bl = bl_get_data(bl_dev); in lp8788_bl_update_status()
184 static int lp8788_backlight_register(struct lp8788_bl *bl) in lp8788_backlight_register()
220 static void lp8788_backlight_unregister(struct lp8788_bl *bl) in lp8788_backlight_unregister()
230 struct lp8788_bl *bl = dev_get_drvdata(dev); in lp8788_get_bl_ctl_mode()
258 struct lp8788_bl *bl; in lp8788_backlight_probe()
261 bl = devm_kzalloc(lp->dev, sizeof(struct lp8788_bl), GFP_KERNEL); in lp8788_backlight_probe()
301 struct lp8788_bl *bl = platform_get_drvdata(pdev); in lp8788_backlight_remove()
DMakefile44 obj-$(CONFIG_BACKLIGHT_LP8788) += lp8788_bl.o