Searched refs:dbvdd (Results 1 – 4 of 4) sorted by relevance
100 struct regulator *dbvdd; member170 regulator_disable(wm0010->dbvdd); in wm0010_halt()596 ret = regulator_enable(wm0010->dbvdd); in wm0010_boot()888 wm0010->dbvdd = devm_regulator_get(wm0010->dev, "DBVDD"); in wm0010_spi_probe()889 if (IS_ERR(wm0010->dbvdd)) { in wm0010_spi_probe()890 ret = PTR_ERR(wm0010->dbvdd); in wm0010_spi_probe()
42 dbvdd: fixed-regulator-dbvdd { label44 regulator-name = "dbvdd-supply";310 DBVDD-supply = <&dbvdd>;
49 dbvdd: regulator-1 { label51 regulator-name = "dbvdd-supply";
75 struct regulator_dev *dbvdd; member