Lines Matching defs:lp
77 static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data) in lp855x_write_byte()
82 static int lp855x_update_bit(struct lp855x *lp, u8 reg, u8 mask, u8 data) in lp855x_update_bit()
100 static bool lp855x_is_valid_rom_area(struct lp855x *lp, u8 addr) in lp855x_is_valid_rom_area()
131 static int lp8557_bl_off(struct lp855x *lp) in lp8557_bl_off()
138 static int lp8557_bl_on(struct lp855x *lp) in lp8557_bl_on()
167 static int lp855x_configure(struct lp855x *lp) in lp855x_configure()
234 static void lp855x_pwm_ctrl(struct lp855x *lp, int br, int max_br) in lp855x_pwm_ctrl()
264 struct lp855x *lp = bl_get_data(bl); in lp855x_bl_update_status() local
283 static int lp855x_backlight_register(struct lp855x *lp) in lp855x_backlight_register()
312 struct lp855x *lp = dev_get_drvdata(dev); in lp855x_get_chip_id() local
320 struct lp855x *lp = dev_get_drvdata(dev); in lp855x_get_bl_ctl_mode() local
345 static int lp855x_parse_dt(struct lp855x *lp) in lp855x_parse_dt()
392 static int lp855x_parse_dt(struct lp855x *lp) in lp855x_parse_dt()
400 struct lp855x *lp; in lp855x_probe() local
506 struct lp855x *lp = i2c_get_clientdata(cl); in lp855x_remove() local