dbvdd              75 include/linux/mfd/wm8994/core.h 	struct regulator_dev *dbvdd;
dbvdd             101 sound/soc/codecs/wm0010.c 	struct regulator *dbvdd;
dbvdd             180 sound/soc/codecs/wm0010.c 		regulator_disable(wm0010->dbvdd);
dbvdd             609 sound/soc/codecs/wm0010.c 	ret = regulator_enable(wm0010->dbvdd);
dbvdd             903 sound/soc/codecs/wm0010.c 	wm0010->dbvdd = devm_regulator_get(wm0010->dev, "DBVDD");
dbvdd             904 sound/soc/codecs/wm0010.c 	if (IS_ERR(wm0010->dbvdd)) {
dbvdd             905 sound/soc/codecs/wm0010.c 		ret = PTR_ERR(wm0010->dbvdd);