Lines Matching refs:vdd
37 * @vdd: regulator controlling VDD
46 struct regulator *vdd;
213 cm3605->vdd = devm_regulator_get(dev, "vdd");
214 if (IS_ERR(cm3605->vdd)) {
216 return PTR_ERR(cm3605->vdd);
218 ret = regulator_enable(cm3605->vdd);
262 regulator_disable(cm3605->vdd);
275 regulator_disable(cm3605->vdd);
286 regulator_disable(cm3605->vdd);
297 ret = regulator_enable(cm3605->vdd);