Lines Matching refs:lm3630a_chip
37 struct lm3630a_chip { struct
51 static int lm3630a_read(struct lm3630a_chip *pchip, unsigned int reg) in lm3630a_read() argument
62 static int lm3630a_write(struct lm3630a_chip *pchip, in lm3630a_write()
68 static int lm3630a_update(struct lm3630a_chip *pchip, in lm3630a_update()
76 static int lm3630a_chip_init(struct lm3630a_chip *pchip) in lm3630a_chip_init()
109 struct lm3630a_chip *pchip; in lm3630a_delayed_func()
111 pchip = container_of(work, struct lm3630a_chip, work.work); in lm3630a_delayed_func()
126 struct lm3630a_chip *pchip = chip; in lm3630a_isr_func()
139 static int lm3630a_intr_config(struct lm3630a_chip *pchip) in lm3630a_intr_config()
163 static void lm3630a_pwm_ctrl(struct lm3630a_chip *pchip, int br, int br_max) in lm3630a_pwm_ctrl()
179 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_a_update_status()
213 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_a_get_brightness()
256 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_b_update_status()
290 struct lm3630a_chip *pchip = bl_get_data(bl); in lm3630a_bank_b_get_brightness()
329 static int lm3630a_backlight_register(struct lm3630a_chip *pchip) in lm3630a_backlight_register()
370 struct lm3630a_chip *pchip; in lm3630a_probe()
378 pchip = devm_kzalloc(&client->dev, sizeof(struct lm3630a_chip), in lm3630a_probe()
444 struct lm3630a_chip *pchip = i2c_get_clientdata(client); in lm3630a_remove()