Lines Matching refs:vdd
38 * @vdd: regulator controlling VDD
47 struct regulator *vdd;
211 cm3605->vdd = devm_regulator_get(dev, "vdd");
212 if (IS_ERR(cm3605->vdd))
213 return dev_err_probe(dev, PTR_ERR(cm3605->vdd),
216 ret = regulator_enable(cm3605->vdd);
265 regulator_disable(cm3605->vdd);
278 regulator_disable(cm3605->vdd);
289 regulator_disable(cm3605->vdd);
300 ret = regulator_enable(cm3605->vdd);