Lines Matching defs:vref
73 struct regulator *vref;
352 regulator_disable(info->vref);
411 regulator_unregister_notifier(info->vref, &info->nb);
478 info->vref = devm_regulator_get(&pdev->dev, "vref");
479 if (IS_ERR(info->vref))
480 return dev_err_probe(&pdev->dev, PTR_ERR(info->vref),
495 ret = regulator_enable(info->vref);
498 "failed to enable vref regulator\n");
506 ret = regulator_get_voltage(info->vref);
537 ret = regulator_register_notifier(info->vref, &info->nb);
559 regulator_disable(info->vref);
570 ret = regulator_enable(info->vref);