Lines Matching refs:vref
39 * @vref: regulator generating Vref
49 struct regulator *vref;
179 ret = regulator_get_voltage(ti_dac->vref);
268 ti_dac->vref = devm_regulator_get(dev, "vref");
269 if (IS_ERR(ti_dac->vref)) {
271 return PTR_ERR(ti_dac->vref);
274 ret = regulator_enable(ti_dac->vref);
292 regulator_disable(ti_dac->vref);
303 regulator_disable(ti_dac->vref);