Lines Matching defs:vref
162 struct regulator *vref;
839 info->vref = devm_regulator_get(&pdev->dev, "vref");
840 if (IS_ERR(info->vref))
841 return PTR_ERR(info->vref);
843 ret = regulator_enable(info->vref);
847 info->vref_uv = regulator_get_voltage(info->vref);
897 regulator_disable(info->vref);
909 regulator_disable(info->vref);
928 regulator_disable(info->vref);
939 ret = regulator_enable(info->vref);
952 regulator_disable(info->vref);