Lines Matching refs:vref
40 * @vref: regulator generating Vref
51 struct regulator *vref;
200 ret = regulator_get_voltage(ti_dac->vref);
288 ti_dac->vref = devm_regulator_get(dev, "vref");
289 if (IS_ERR(ti_dac->vref))
290 return PTR_ERR(ti_dac->vref);
292 ret = regulator_enable(ti_dac->vref);
312 regulator_disable(ti_dac->vref);
323 regulator_disable(ti_dac->vref);