Lines Matching defs:lp8788_bl
43 struct lp8788_bl {
71 static int lp8788_backlight_configure(struct lp8788_bl *bl)
121 static void lp8788_pwm_ctrl(struct lp8788_bl *bl, int br, int max_br)
161 struct lp8788_bl *bl = bl_get_data(bl_dev);
186 static int lp8788_backlight_register(struct lp8788_bl *bl)
222 static void lp8788_backlight_unregister(struct lp8788_bl *bl)
232 struct lp8788_bl *bl = dev_get_drvdata(dev);
260 struct lp8788_bl *bl;
263 bl = devm_kzalloc(lp->dev, sizeof(struct lp8788_bl), GFP_KERNEL);
303 struct lp8788_bl *bl = platform_get_drvdata(pdev);