Lines Matching refs:lm3630a_chip
43 struct lm3630a_chip { struct
58 static int lm3630a_read(struct lm3630a_chip *pchip, unsigned int reg) in lm3630a_read() argument
69 static int lm3630a_write(struct lm3630a_chip *pchip, in lm3630a_write()
75 static int lm3630a_update(struct lm3630a_chip *pchip, in lm3630a_update()
83 static int lm3630a_chip_init(struct lm3630a_chip *pchip) in lm3630a_chip_init()
116 struct lm3630a_chip *pchip; in lm3630a_delayed_func()
118 pchip = container_of(work, struct lm3630a_chip, work.work); in lm3630a_delayed_func()
133 struct lm3630a_chip *pchip = chip; in lm3630a_isr_func()
146 static int lm3630a_intr_config(struct lm3630a_chip *pchip) in lm3630a_intr_config()
170 static void lm3630a_pwm_ctrl(struct lm3630a_chip *pchip, int br, int br_max) in lm3630a_pwm_ctrl()
186 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_a_update_status()
220 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_a_get_brightness()
263 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_b_update_status()
297 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_b_get_brightness()
336 static int lm3630a_backlight_register(struct lm3630a_chip *pchip) in lm3630a_backlight_register()
477 static int lm3630a_parse_node(struct lm3630a_chip *pchip, in lm3630a_parse_node()
498 struct lm3630a_chip *pchip; in lm3630a_probe()
506 pchip = devm_kzalloc(&client->dev, sizeof(struct lm3630a_chip), in lm3630a_probe()
589 struct lm3630a_chip *pchip = i2c_get_clientdata(client); in lm3630a_remove()