Searched refs:vrefh_reg (Results 1 – 1 of 1) sorted by relevance
34 struct regulator *vrefh_reg; member133 state->vrefh_reg = devm_regulator_get(&spi->dev, "vrefh"); in ad8801_probe()134 if (IS_ERR(state->vrefh_reg)) { in ad8801_probe()136 return PTR_ERR(state->vrefh_reg); in ad8801_probe()139 ret = regulator_enable(state->vrefh_reg); in ad8801_probe()146 ret = regulator_get_voltage(state->vrefh_reg); in ad8801_probe()202 regulator_disable(state->vrefh_reg); in ad8801_probe()214 regulator_disable(state->vrefh_reg); in ad8801_remove()