Lines Matching refs:lp855x
48 struct lp855x;
58 int (*pre_init_device)(struct lp855x *);
61 int (*post_init_device)(struct lp855x *);
64 struct lp855x { struct
79 static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data) in lp855x_write_byte() argument
84 static int lp855x_update_bit(struct lp855x *lp, u8 reg, u8 mask, u8 data) in lp855x_update_bit()
102 static bool lp855x_is_valid_rom_area(struct lp855x *lp, u8 addr) in lp855x_is_valid_rom_area()
133 static int lp8557_bl_off(struct lp855x *lp) in lp8557_bl_off()
140 static int lp8557_bl_on(struct lp855x *lp) in lp8557_bl_on()
169 static int lp855x_configure(struct lp855x *lp) in lp855x_configure()
220 static int lp855x_pwm_ctrl(struct lp855x *lp, int br, int max_br) in lp855x_pwm_ctrl()
242 struct lp855x *lp = bl_get_data(bl); in lp855x_bl_update_status()
262 static int lp855x_backlight_register(struct lp855x *lp) in lp855x_backlight_register()
291 struct lp855x *lp = dev_get_drvdata(dev); in lp855x_get_chip_id()
299 struct lp855x *lp = dev_get_drvdata(dev); in lp855x_get_bl_ctl_mode()
324 static int lp855x_parse_dt(struct lp855x *lp) in lp855x_parse_dt()
366 static int lp855x_parse_dt(struct lp855x *lp) in lp855x_parse_dt()
372 static int lp855x_parse_acpi(struct lp855x *lp) in lp855x_parse_acpi()
400 struct lp855x *lp; in lp855x_probe()
406 lp = devm_kzalloc(dev, sizeof(struct lp855x), GFP_KERNEL); in lp855x_probe()
549 struct lp855x *lp = i2c_get_clientdata(cl); in lp855x_remove()