Searched refs:dbvdd (Results 1 – 4 of 4) sorted by relevance
105 struct regulator *dbvdd; member184 regulator_disable(wm0010->dbvdd); in wm0010_halt()614 ret = regulator_enable(wm0010->dbvdd); in wm0010_boot()916 wm0010->dbvdd = devm_regulator_get(wm0010->dev, "DBVDD"); in wm0010_spi_probe()917 if (IS_ERR(wm0010->dbvdd)) { in wm0010_spi_probe()918 ret = PTR_ERR(wm0010->dbvdd); in wm0010_spi_probe()
40 dbvdd: fixed-regulator@1 { label42 regulator-name = "dbvdd-supply";296 DBVDD-supply = <&dbvdd>;
48 dbvdd: fixed-regulator@1 { label51 regulator-name = "dbvdd-supply";
80 struct regulator_dev *dbvdd; member