Home
last modified time | relevance | path

Searched refs:dbvdd (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5250-smdk5250.dts42 dbvdd: fixed-regulator-dbvdd { label
44 regulator-name = "dbvdd-supply";
310 DBVDD-supply = <&dbvdd>;
H A Dexynos5420-smdk5420.dts49 dbvdd: regulator-1 { label
51 regulator-name = "dbvdd-supply";
/openbmc/linux/sound/soc/codecs/
H A Dwm0010.c101 struct regulator *dbvdd; member
180 regulator_disable(wm0010->dbvdd); in wm0010_halt()
606 ret = regulator_enable(wm0010->dbvdd); in wm0010_boot()
899 wm0010->dbvdd = devm_regulator_get(wm0010->dev, "DBVDD"); in wm0010_spi_probe()
900 if (IS_ERR(wm0010->dbvdd)) { in wm0010_spi_probe()
901 ret = PTR_ERR(wm0010->dbvdd); in wm0010_spi_probe()
/openbmc/linux/include/linux/mfd/wm8994/
H A Dcore.h75 struct regulator_dev *dbvdd; member