Searched refs:act8865 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/regulator/ |
H A D | act8865-regulator.c | 144 struct act8865 { struct 578 struct act8865 *act8865; in act8865_power_off() local 580 act8865 = i2c_get_clientdata(act8865_i2c_client); in act8865_power_off() 581 regmap_write(act8865->regmap, act8865->off_reg, act8865->off_mask); in act8865_power_off() 661 struct act8865 *act8865; in act8865_pmic_probe() local 716 act8865 = devm_kzalloc(dev, sizeof(struct act8865), GFP_KERNEL); in act8865_pmic_probe() 717 if (!act8865) in act8865_pmic_probe() 720 act8865->regmap = devm_regmap_init_i2c(client, regmap_config); in act8865_pmic_probe() 721 if (IS_ERR(act8865->regmap)) { in act8865_pmic_probe() 722 ret = PTR_ERR(act8865->regmap); in act8865_pmic_probe() [all …]
|
H A D | Makefile | 20 obj-$(CONFIG_REGULATOR_ACT8865) += act8865-regulator.o
|
H A D | Kconfig | 85 tristate "Active-semi act8865 voltage regulator" 90 This driver controls a active-semi act8865 voltage output
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sama5d3xcm_cmp.dtsi | 72 pmic: act8865@5b { 73 compatible = "active-semi,act8865";
|
H A D | at91-sama5d3_xplained.dts | 95 pmic: act8865@5b { 96 compatible = "active-semi,act8865";
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | sama5d3xcm_cmp.dtsi | 82 pmic: act8865@5b { 83 compatible = "active-semi,act8865";
|
H A D | at91-kizbox2-common.dtsi | 88 pmic: act8865@5b { 89 compatible = "active-semi,act8865";
|
H A D | at91-sama5d3_xplained.dts | 90 pmic: act8865@5b { 91 compatible = "active-semi,act8865";
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |