Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/backlight/
H A Dlp8788_bl.c43 struct lp8788_bl { struct
71 static int lp8788_backlight_configure(struct lp8788_bl *bl) in lp8788_backlight_configure() argument
121 static void lp8788_pwm_ctrl(struct lp8788_bl *bl, int br, int max_br) in lp8788_pwm_ctrl()
161 struct lp8788_bl *bl = bl_get_data(bl_dev); in lp8788_bl_update_status()
186 static int lp8788_backlight_register(struct lp8788_bl *bl) in lp8788_backlight_register()
223 static void lp8788_backlight_unregister(struct lp8788_bl *bl) in lp8788_backlight_unregister()
233 struct lp8788_bl *bl = dev_get_drvdata(dev); in lp8788_get_bl_ctl_mode()
261 struct lp8788_bl *bl; in lp8788_backlight_probe()
264 bl = devm_kzalloc(lp->dev, sizeof(struct lp8788_bl), GFP_KERNEL); in lp8788_backlight_probe()
304 struct lp8788_bl *bl = platform_get_drvdata(pdev); in lp8788_backlight_remove()
H A DMakefile44 obj-$(CONFIG_BACKLIGHT_LP8788) += lp8788_bl.o