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