act8865           578 drivers/regulator/act8865-regulator.c 	struct act8865 *act8865;
act8865           580 drivers/regulator/act8865-regulator.c 	act8865 = i2c_get_clientdata(act8865_i2c_client);
act8865           581 drivers/regulator/act8865-regulator.c 	regmap_write(act8865->regmap, act8865->off_reg, act8865->off_mask);
act8865           661 drivers/regulator/act8865-regulator.c 	struct act8865 *act8865;
act8865           716 drivers/regulator/act8865-regulator.c 	act8865 = devm_kzalloc(dev, sizeof(struct act8865), GFP_KERNEL);
act8865           717 drivers/regulator/act8865-regulator.c 	if (!act8865)
act8865           720 drivers/regulator/act8865-regulator.c 	act8865->regmap = devm_regmap_init_i2c(client, regmap_config);
act8865           721 drivers/regulator/act8865-regulator.c 	if (IS_ERR(act8865->regmap)) {
act8865           722 drivers/regulator/act8865-regulator.c 		ret = PTR_ERR(act8865->regmap);
act8865           730 drivers/regulator/act8865-regulator.c 			act8865->off_reg = off_reg;
act8865           731 drivers/regulator/act8865-regulator.c 			act8865->off_mask = off_mask;
act8865           745 drivers/regulator/act8865-regulator.c 		config.driver_data = act8865;
act8865           746 drivers/regulator/act8865-regulator.c 		config.regmap = act8865->regmap;
act8865           766 drivers/regulator/act8865-regulator.c 		ret = act8600_charger_probe(dev, act8865->regmap);
act8865           774 drivers/regulator/act8865-regulator.c 	i2c_set_clientdata(client, act8865);
act8865           777 drivers/regulator/act8865-regulator.c 	return type != ACT8865 ? 0 : regmap_write(act8865->regmap,