Searched refs:act8865 (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/drivers/regulator/ |
| D | act8865-regulator.c | 136 struct act8865 { struct 408 struct act8865 *act8865; in act8865_power_off() local 410 act8865 = i2c_get_clientdata(act8865_i2c_client); in act8865_power_off() 411 regmap_write(act8865->regmap, act8865->off_reg, act8865->off_mask); in act8865_power_off() 423 struct act8865 *act8865; in act8865_pmic_probe() local 494 act8865 = devm_kzalloc(dev, sizeof(struct act8865), GFP_KERNEL); in act8865_pmic_probe() 495 if (!act8865) in act8865_pmic_probe() 498 act8865->regmap = devm_regmap_init_i2c(client, &act8865_regmap_config); in act8865_pmic_probe() 499 if (IS_ERR(act8865->regmap)) { in act8865_pmic_probe() 500 ret = PTR_ERR(act8865->regmap); in act8865_pmic_probe() [all …]
|
| D | Makefile | 17 obj-$(CONFIG_REGULATOR_ACT8865) += act8865-regulator.o
|
| D | Kconfig | 74 tristate "Active-semi act8865 voltage regulator" 78 This driver controls a active-semi act8865 voltage output
|
| /linux-4.4.14/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-4.4.14/arch/arm/boot/dts/ |
| D | at91-kizbox2.dts | 40 pmic: act8865@5b { 41 compatible = "active-semi,act8865";
|
| D | at91-sama5d3_xplained.dts | 76 pmic: act8865@5b { 77 compatible = "active-semi,act8865";
|
| D | at91-sama5d2_xplained.dts | 134 pmic: act8865@5b { 135 compatible = "active-semi,act8865";
|