Lines Matching defs:lp855x
16 #include <linux/platform_data/lp855x.h>
48 struct lp855x;
58 int (*pre_init_device)(struct lp855x *);
61 int (*post_init_device)(struct lp855x *);
64 struct lp855x {
79 static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data)
84 static int lp855x_update_bit(struct lp855x *lp, u8 reg, u8 mask, u8 data)
102 static bool lp855x_is_valid_rom_area(struct lp855x *lp, u8 addr)
133 static int lp8557_bl_off(struct lp855x *lp)
140 static int lp8557_bl_on(struct lp855x *lp)
169 static int lp855x_configure(struct lp855x *lp)
220 static int lp855x_pwm_ctrl(struct lp855x *lp, int br, int max_br)
242 struct lp855x *lp = bl_get_data(bl);
262 static int lp855x_backlight_register(struct lp855x *lp)
291 struct lp855x *lp = dev_get_drvdata(dev);
299 struct lp855x *lp = dev_get_drvdata(dev);
324 static int lp855x_parse_dt(struct lp855x *lp)
366 static int lp855x_parse_dt(struct lp855x *lp)
372 static int lp855x_parse_acpi(struct lp855x *lp)
400 struct lp855x *lp;
406 lp = devm_kzalloc(dev, sizeof(struct lp855x), GFP_KERNEL);
549 struct lp855x *lp = i2c_get_clientdata(cl);
595 .name = "lp855x",