Lines Matching defs:vref
165 struct regulator *vref;
857 info->vref = devm_regulator_get(&pdev->dev, "vref");
858 if (IS_ERR(info->vref))
859 return PTR_ERR(info->vref);
861 ret = regulator_enable(info->vref);
865 info->vref_uv = regulator_get_voltage(info->vref);
914 regulator_disable(info->vref);
926 regulator_disable(info->vref);
944 regulator_disable(info->vref);
955 ret = regulator_enable(info->vref);
968 regulator_disable(info->vref);