Lines Matching full:vref
76 struct regulator *vref; member
259 ret = regulator_get_voltage(adc->vref); in imx93_adc_read_raw()
333 adc->vref = devm_regulator_get(dev, "vref"); in imx93_adc_probe()
334 if (IS_ERR(adc->vref)) in imx93_adc_probe()
335 return dev_err_probe(dev, PTR_ERR(adc->vref), in imx93_adc_probe()
338 ret = regulator_enable(adc->vref); in imx93_adc_probe()
394 regulator_disable(adc->vref); in imx93_adc_probe()
416 regulator_disable(adc->vref); in imx93_adc_remove()
426 regulator_disable(adc->vref); in imx93_adc_runtime_suspend()
437 ret = regulator_enable(adc->vref); in imx93_adc_runtime_resume()
456 regulator_disable(adc->vref); in imx93_adc_runtime_resume()