Home
last modified time | relevance | path

Searched refs:act8865 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/regulator/
Dact8865-regulator.c136 struct act8865 { struct
398 struct act8865 *act8865; in act8865_power_off() local
400 act8865 = i2c_get_clientdata(act8865_i2c_client); in act8865_power_off()
401 regmap_write(act8865->regmap, act8865->off_reg, act8865->off_mask); in act8865_power_off()
413 struct act8865 *act8865; in act8865_pmic_probe() local
474 act8865 = devm_kzalloc(dev, sizeof(struct act8865), GFP_KERNEL); in act8865_pmic_probe()
475 if (!act8865) in act8865_pmic_probe()
478 act8865->regmap = devm_regmap_init_i2c(client, &act8865_regmap_config); in act8865_pmic_probe()
479 if (IS_ERR(act8865->regmap)) { in act8865_pmic_probe()
480 ret = PTR_ERR(act8865->regmap); in act8865_pmic_probe()
[all …]
DMakefile17 obj-$(CONFIG_REGULATOR_ACT8865) += act8865-regulator.o
DKconfig74 tristate "Active-semi act8865 voltage regulator"
78 This driver controls a active-semi act8865 voltage output
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dact8865-regulator.txt5 - compatible: "active-semi,act8846" or "active-semi,act8865" or "active-semi,act8600"
27 - for act8865:
39 - for act8865:
49 pmic: act8865@5b {
50 compatible = "active-semi,act8865";
/linux-4.1.27/arch/arm/boot/dts/
Dat91-sama5d3_xplained.dts63 pmic: act8865@5b {
64 compatible = "active-semi,act8865";