Searched refs:act8865 (Results 1 – 2 of 2) sorted by relevance
144 struct act8865 { struct578 struct act8865 *act8865; in act8865_power_off() local580 act8865 = i2c_get_clientdata(act8865_i2c_client); in act8865_power_off()581 regmap_write(act8865->regmap, act8865->off_reg, act8865->off_mask); in act8865_power_off()661 struct act8865 *act8865; in act8865_pmic_probe() local714 act8865 = devm_kzalloc(dev, sizeof(struct act8865), GFP_KERNEL); in act8865_pmic_probe()715 if (!act8865) in act8865_pmic_probe()718 act8865->regmap = devm_regmap_init_i2c(client, regmap_config); in act8865_pmic_probe()719 if (IS_ERR(act8865->regmap)) { in act8865_pmic_probe()720 ret = PTR_ERR(act8865->regmap); in act8865_pmic_probe()[all …]
90 act8865: pmic@5b { label91 compatible = "active-semi,act8865";