Searched refs:ad5064_num_vref (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/iio/dac/
H A Dad5064.c454 static inline unsigned int ad5064_num_vref(struct ad5064_state *st) ad5064_num_vref() function
492 for (i = 0; i < ad5064_num_vref(st); ++i) ad5064_probe()
495 ret = devm_regulator_bulk_get(dev, ad5064_num_vref(st), ad5064_probe()
509 ret = regulator_bulk_enable(ad5064_num_vref(st), st->vref_reg); ad5064_probe()
536 regulator_bulk_disable(ad5064_num_vref(st), st->vref_reg); ad5064_probe()
549 regulator_bulk_disable(ad5064_num_vref(st), st->vref_reg); ad5064_remove()

Completed in 36 milliseconds