Searched refs:dbvdd (Results 1 – 4 of 4) sorted by relevance
39 dbvdd: fixed-regulator-dbvdd { label41 regulator-name = "dbvdd-supply";303 DBVDD-supply = <&dbvdd>;
49 dbvdd: fixed-regulator@1 { label52 regulator-name = "dbvdd-supply";
101 struct regulator *dbvdd; member180 regulator_disable(wm0010->dbvdd); in wm0010_halt()609 ret = regulator_enable(wm0010->dbvdd); in wm0010_boot()903 wm0010->dbvdd = devm_regulator_get(wm0010->dev, "DBVDD"); in wm0010_spi_probe()904 if (IS_ERR(wm0010->dbvdd)) { in wm0010_spi_probe()905 ret = PTR_ERR(wm0010->dbvdd); in wm0010_spi_probe()
75 struct regulator_dev *dbvdd; member