Searched refs:dbvdd (Results 1 – 4 of 4) sorted by relevance
105 struct regulator *dbvdd; member184 regulator_disable(wm0010->dbvdd); in wm0010_halt()613 ret = regulator_enable(wm0010->dbvdd); in wm0010_boot()909 wm0010->dbvdd = devm_regulator_get(wm0010->dev, "DBVDD"); in wm0010_spi_probe()910 if (IS_ERR(wm0010->dbvdd)) { in wm0010_spi_probe()911 ret = PTR_ERR(wm0010->dbvdd); in wm0010_spi_probe()
40 dbvdd: fixed-regulator@1 { label42 regulator-name = "dbvdd-supply";304 DBVDD-supply = <&dbvdd>;
49 dbvdd: fixed-regulator@1 { label52 regulator-name = "dbvdd-supply";
80 struct regulator_dev *dbvdd; member