Home
last modified time | relevance | path

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

/linux/drivers/video/backlight/
H A Dlp8788_bl.c33 struct lp8788_bl { struct
38 static int lp8788_backlight_configure(struct lp8788_bl *bl) in lp8788_backlight_configure() argument
61 struct lp8788_bl *bl = bl_get_data(bl_dev); in lp8788_bl_update_status()
76 static int lp8788_backlight_register(struct lp8788_bl *bl) in lp8788_backlight_register()
99 static void lp8788_backlight_unregister(struct lp8788_bl *bl) in lp8788_backlight_unregister()
128 struct lp8788_bl *bl; in lp8788_backlight_probe()
131 bl = devm_kzalloc(lp->dev, sizeof(struct lp8788_bl), GFP_KERNEL); in lp8788_backlight_probe()
169 struct lp8788_bl *bl = platform_get_drvdata(pdev); in lp8788_backlight_remove()