Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dda9052-hwmon.c29 struct regulator *tsiref; member
417 hwmon->tsiref = devm_regulator_get(pdev->dev.parent, "tsiref"); in da9052_hwmon_probe()
418 if (IS_ERR(hwmon->tsiref)) { in da9052_hwmon_probe()
419 err = PTR_ERR(hwmon->tsiref); in da9052_hwmon_probe()
424 err = regulator_enable(hwmon->tsiref); in da9052_hwmon_probe()
428 hwmon->tsiref_mv = regulator_get_voltage(hwmon->tsiref); in da9052_hwmon_probe()
476 if (hwmon->tsiref) in da9052_hwmon_probe()
477 regulator_disable(hwmon->tsiref); in da9052_hwmon_probe()
488 regulator_disable(hwmon->tsiref); in da9052_hwmon_remove()
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dda9052-i2c.txt11 - tsiref-supply: Phandle to the regulator, which provides the reference
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx53-ppd.dts141 reg_tsiref: regulator-tsiref {
143 regulator-name = "tsiref";
362 tsiref-supply = <&reg_tsiref>;