Searched refs:act8865 (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/regulator/ |
D | act8865-regulator.c | 136 struct act8865 { struct 475 struct act8865 *act8865; in act8865_power_off() local 477 act8865 = i2c_get_clientdata(act8865_i2c_client); in act8865_power_off() 478 regmap_write(act8865->regmap, act8865->off_reg, act8865->off_mask); in act8865_power_off() 489 struct act8865 *act8865; in act8865_pmic_probe() local 553 act8865 = devm_kzalloc(dev, sizeof(struct act8865), GFP_KERNEL); in act8865_pmic_probe() 554 if (!act8865) in act8865_pmic_probe() 557 act8865->regmap = devm_regmap_init_i2c(client, regmap_config); in act8865_pmic_probe() 558 if (IS_ERR(act8865->regmap)) { in act8865_pmic_probe() 559 ret = PTR_ERR(act8865->regmap); in act8865_pmic_probe() [all …]
|
D | Makefile | 20 obj-$(CONFIG_REGULATOR_ACT8865) += act8865-regulator.o
|
D | Kconfig | 83 tristate "Active-semi act8865 voltage regulator" 87 This driver controls a active-semi act8865 voltage output
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | act8865-regulator.txt | 5 - compatible: "active-semi,act8846" or "active-semi,act8865" or "active-semi,act8600" 29 - for act8865: 41 - for act8865: 51 pmic: act8865@5b { 52 compatible = "active-semi,act8865";
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | at91-kizbox2.dts | 40 pmic: act8865@5b { 41 compatible = "active-semi,act8865";
|
D | at91-sama5d3_xplained.dts | 88 pmic: act8865@5b { 89 compatible = "active-semi,act8865";
|
D | sama5d3xcm_cmp.dtsi | 119 pmic: act8865@5b { 120 compatible = "active-semi,act8865";
|