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