Lines Matching defs:lp855x
15 #include <linux/platform_data/lp855x.h>
47 struct lp855x;
57 int (*pre_init_device)(struct lp855x *);
60 int (*post_init_device)(struct lp855x *);
63 struct lp855x {
77 static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data)
82 static int lp855x_update_bit(struct lp855x *lp, u8 reg, u8 mask, u8 data)
100 static bool lp855x_is_valid_rom_area(struct lp855x *lp, u8 addr)
131 static int lp8557_bl_off(struct lp855x *lp)
138 static int lp8557_bl_on(struct lp855x *lp)
167 static int lp855x_configure(struct lp855x *lp)
234 static void lp855x_pwm_ctrl(struct lp855x *lp, int br, int max_br)
264 struct lp855x *lp = bl_get_data(bl);
283 static int lp855x_backlight_register(struct lp855x *lp)
312 struct lp855x *lp = dev_get_drvdata(dev);
320 struct lp855x *lp = dev_get_drvdata(dev);
345 static int lp855x_parse_dt(struct lp855x *lp)
392 static int lp855x_parse_dt(struct lp855x *lp)
400 struct lp855x *lp;
406 lp = devm_kzalloc(&cl->dev, sizeof(struct lp855x), GFP_KERNEL);
506 struct lp855x *lp = i2c_get_clientdata(cl);
545 .name = "lp855x",