Searched full:act8945a (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/regulator/ |
| H A D | act8945a-regulator.c | 3 * Voltage regulation driver for active-semi ACT8945A PMIC 19 * ACT8945A Global Register Map. 56 * ACT8945A Voltage Number 156 struct act8945a_pmic *act8945a = rdev_get_drvdata(rdev); in act8945a_set_mode() local 204 act8945a->op_mode[id] = mode; in act8945a_set_mode() 211 struct act8945a_pmic *act8945a = rdev_get_drvdata(rdev); in act8945a_get_mode() local 217 return act8945a->op_mode[id]; in act8945a_get_mode() 255 ACT89xx_REG("DCDC_REG1", ACT8945A, DCDC1, VSET1, "vp1"), 256 ACT89xx_REG("DCDC_REG2", ACT8945A, DCDC2, VSET1, "vp2"), 257 ACT89xx_REG("DCDC_REG3", ACT8945A, DCDC3, VSET1, "vp3"), [all …]
|
| H A D | Kconfig | 110 tristate "Active-semi ACT8945A voltage regulator" 113 This driver controls a active-semi ACT8945A voltage regulator 114 via I2C bus. The ACT8945A features three step-down DC/DC converters
|
| /linux/drivers/mfd/ |
| H A D | act8945a.c | 3 * MFD driver for Active-semi ACT8945a PMIC 18 .name = "act8945a-regulator", 21 .name = "act8945a-charger", 22 .of_compatible = "active-semi,act8945a-charger", 57 { "act8945a" }, 63 { .compatible = "active-semi,act8945a", }, 70 .name = "act8945a", 89 MODULE_DESCRIPTION("ACT8945A PMIC multi-function driver");
|
| /linux/include/dt-bindings/regulator/ |
| H A D | active-semi,8945a-regulator.h | 5 * Device Tree binding constants for the ACT8945A PMIC regulators 13 * ACT8945A regulators as follows:
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91-sama5d2_xplained.dts | 193 compatible = "active-semi,act8945a"; 303 compatible = "active-semi,act8945a-charger";
|