Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos5250-smdk5250.dts40 dbvdd: fixed-regulator-dbvdd { label
42 regulator-name = "dbvdd-supply";
308 DBVDD-supply = <&dbvdd>;
H A Dexynos5420-smdk5420.dts44 dbvdd: regulator-1 { label
46 regulator-name = "dbvdd-supply";
/OK3568_Linux_fs/kernel/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()
900 wm0010->dbvdd = devm_regulator_get(wm0010->dev, "DBVDD"); in wm0010_spi_probe()
901 if (IS_ERR(wm0010->dbvdd)) { in wm0010_spi_probe()
902 ret = PTR_ERR(wm0010->dbvdd); in wm0010_spi_probe()
/OK3568_Linux_fs/kernel/include/linux/mfd/wm8994/
H A Dcore.h75 struct regulator_dev *dbvdd; member