lp855x             47 drivers/video/backlight/lp855x_bl.c struct lp855x;
lp855x             57 drivers/video/backlight/lp855x_bl.c 	int (*pre_init_device)(struct lp855x *);
lp855x             60 drivers/video/backlight/lp855x_bl.c 	int (*post_init_device)(struct lp855x *);
lp855x             77 drivers/video/backlight/lp855x_bl.c static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data)
lp855x             82 drivers/video/backlight/lp855x_bl.c static int lp855x_update_bit(struct lp855x *lp, u8 reg, u8 mask, u8 data)
lp855x            100 drivers/video/backlight/lp855x_bl.c static bool lp855x_is_valid_rom_area(struct lp855x *lp, u8 addr)
lp855x            131 drivers/video/backlight/lp855x_bl.c static int lp8557_bl_off(struct lp855x *lp)
lp855x            138 drivers/video/backlight/lp855x_bl.c static int lp8557_bl_on(struct lp855x *lp)
lp855x            167 drivers/video/backlight/lp855x_bl.c static int lp855x_configure(struct lp855x *lp)
lp855x            234 drivers/video/backlight/lp855x_bl.c static void lp855x_pwm_ctrl(struct lp855x *lp, int br, int max_br)
lp855x            264 drivers/video/backlight/lp855x_bl.c 	struct lp855x *lp = bl_get_data(bl);
lp855x            283 drivers/video/backlight/lp855x_bl.c static int lp855x_backlight_register(struct lp855x *lp)
lp855x            312 drivers/video/backlight/lp855x_bl.c 	struct lp855x *lp = dev_get_drvdata(dev);
lp855x            320 drivers/video/backlight/lp855x_bl.c 	struct lp855x *lp = dev_get_drvdata(dev);
lp855x            345 drivers/video/backlight/lp855x_bl.c static int lp855x_parse_dt(struct lp855x *lp)
lp855x            392 drivers/video/backlight/lp855x_bl.c static int lp855x_parse_dt(struct lp855x *lp)
lp855x            400 drivers/video/backlight/lp855x_bl.c 	struct lp855x *lp;
lp855x            406 drivers/video/backlight/lp855x_bl.c 	lp = devm_kzalloc(&cl->dev, sizeof(struct lp855x), GFP_KERNEL);
lp855x            496 drivers/video/backlight/lp855x_bl.c 	struct lp855x *lp = i2c_get_clientdata(cl);