Home
last modified time | relevance | path

Searched refs:tsiref (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dda9052-hwmon.c34 struct regulator *tsiref; member
449 hwmon->tsiref = devm_regulator_get(pdev->dev.parent, "tsiref"); in da9052_hwmon_probe()
450 if (IS_ERR(hwmon->tsiref)) { in da9052_hwmon_probe()
451 err = PTR_ERR(hwmon->tsiref); in da9052_hwmon_probe()
456 err = regulator_enable(hwmon->tsiref); in da9052_hwmon_probe()
460 hwmon->tsiref_mv = regulator_get_voltage(hwmon->tsiref); in da9052_hwmon_probe()
508 if (hwmon->tsiref) in da9052_hwmon_probe()
509 regulator_disable(hwmon->tsiref); in da9052_hwmon_probe()
520 regulator_disable(hwmon->tsiref); in da9052_hwmon_remove()
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dda9052-i2c.txt11 - tsiref-supply: Phandle to the regulator, which provides the reference
/Linux-v4.19/arch/arm/boot/dts/
Dimx53-ppd.dts135 reg_tsiref: regulator-tsiref {
137 regulator-name = "tsiref";
333 tsiref-supply = <&reg_tsiref>;