Home
last modified time | relevance | path

Searched refs:vrefh_reg (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/dac/
H A Dad8801.c26 struct regulator *vrefh_reg; member
125 state->vrefh_reg = devm_regulator_get(&spi->dev, "vrefh"); in ad8801_probe()
126 if (IS_ERR(state->vrefh_reg)) { in ad8801_probe()
128 return PTR_ERR(state->vrefh_reg); in ad8801_probe()
131 ret = regulator_enable(state->vrefh_reg); in ad8801_probe()
138 ret = regulator_get_voltage(state->vrefh_reg); in ad8801_probe()
193 regulator_disable(state->vrefh_reg); in ad8801_probe()
205 regulator_disable(state->vrefh_reg); in ad8801_remove()