Searched refs:act8865 (Results 1 – 3 of 3) sorted by relevance
144 struct act8865 { struct578 struct act8865 *act8865; in act8865_power_off() local581 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()719 if (IS_ERR(act8865->regmap)) { in act8865_pmic_probe()720 ret = PTR_ERR(act8865->regmap); in act8865_pmic_probe()728 act8865->off_reg = off_reg; in act8865_pmic_probe()729 act8865->off_mask = off_mask; in act8865_pmic_probe()[all …]
22 obj-$(CONFIG_REGULATOR_ACT8865) += act8865-regulator.o
101 tristate "Active-semi act8865 voltage regulator"106 This driver controls a active-semi act8865 voltage output
Completed in 11 milliseconds