Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/boot/dts/
Dexynos5250-smdk5250.dts38 dbvdd: fixed-regulator-dbvdd { label
40 regulator-name = "dbvdd-supply";
302 DBVDD-supply = <&dbvdd>;
Dexynos5420-smdk5420.dts48 dbvdd: fixed-regulator@1 { label
51 regulator-name = "dbvdd-supply";
/Linux-v4.19/sound/soc/codecs/
Dwm0010.c104 struct regulator *dbvdd; member
183 regulator_disable(wm0010->dbvdd); in wm0010_halt()
612 ret = regulator_enable(wm0010->dbvdd); in wm0010_boot()
906 wm0010->dbvdd = devm_regulator_get(wm0010->dev, "DBVDD"); in wm0010_spi_probe()
907 if (IS_ERR(wm0010->dbvdd)) { in wm0010_spi_probe()
908 ret = PTR_ERR(wm0010->dbvdd); in wm0010_spi_probe()
/Linux-v4.19/include/linux/mfd/wm8994/
Dcore.h80 struct regulator_dev *dbvdd; member