Lines Matching refs:lm3630a_chip
43 struct lm3630a_chip { struct
59 static int lm3630a_read(struct lm3630a_chip *pchip, unsigned int reg) in lm3630a_read() argument
70 static int lm3630a_write(struct lm3630a_chip *pchip, in lm3630a_write()
76 static int lm3630a_update(struct lm3630a_chip *pchip, in lm3630a_update()
84 static int lm3630a_chip_init(struct lm3630a_chip *pchip) in lm3630a_chip_init()
117 struct lm3630a_chip *pchip; in lm3630a_delayed_func()
119 pchip = container_of(work, struct lm3630a_chip, work.work); in lm3630a_delayed_func()
134 struct lm3630a_chip *pchip = chip; in lm3630a_isr_func()
147 static int lm3630a_intr_config(struct lm3630a_chip *pchip) in lm3630a_intr_config()
171 static int lm3630a_pwm_ctrl(struct lm3630a_chip *pchip, int br, int br_max) in lm3630a_pwm_ctrl()
190 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_a_update_status()
224 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_a_get_brightness()
264 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_b_update_status()
298 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_b_get_brightness()
334 static int lm3630a_backlight_register(struct lm3630a_chip *pchip) in lm3630a_backlight_register()
476 static int lm3630a_parse_node(struct lm3630a_chip *pchip, in lm3630a_parse_node()
496 struct lm3630a_chip *pchip; in lm3630a_probe()
504 pchip = devm_kzalloc(&client->dev, sizeof(struct lm3630a_chip), in lm3630a_probe()
583 struct lm3630a_chip *pchip = i2c_get_clientdata(client); in lm3630a_remove()