Searched refs:vrefh_reg (Results 1 – 1 of 1) sorted by relevance
26 struct regulator *vrefh_reg; member125 state->vrefh_reg = devm_regulator_get(&spi->dev, "vrefh"); in ad8801_probe()126 if (IS_ERR(state->vrefh_reg)) in ad8801_probe()127 return dev_err_probe(&spi->dev, PTR_ERR(state->vrefh_reg), in ad8801_probe()130 ret = regulator_enable(state->vrefh_reg); in ad8801_probe()137 ret = regulator_get_voltage(state->vrefh_reg); in ad8801_probe()192 regulator_disable(state->vrefh_reg); in ad8801_probe()204 regulator_disable(state->vrefh_reg); in ad8801_remove()