Searched refs:dbvdd (Results 1 – 4 of 4) sorted by relevance
40 dbvdd: fixed-regulator-dbvdd { label42 regulator-name = "dbvdd-supply";308 DBVDD-supply = <&dbvdd>;
44 dbvdd: regulator-1 { label46 regulator-name = "dbvdd-supply";
101 struct regulator *dbvdd; member180 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()
75 struct regulator_dev *dbvdd; member