Lines Matching refs:num_vrefs
62 unsigned int num_vrefs; member
123 .num_vrefs = 2,
129 .num_vrefs = 2,
135 .num_vrefs = 2,
141 .num_vrefs = 2,
147 .num_vrefs = 2,
153 .num_vrefs = 3,
159 .num_vrefs = 2,
165 .num_vrefs = 2,
177 if (i >= st->chip_info->num_vrefs) in ad5360_get_channel_vref_index()
178 i = st->chip_info->num_vrefs - 1; in ad5360_get_channel_vref_index()
490 for (i = 0; i < st->chip_info->num_vrefs; ++i) in ad5360_probe()
493 ret = devm_regulator_bulk_get(&st->spi->dev, st->chip_info->num_vrefs, in ad5360_probe()
500 ret = regulator_bulk_enable(st->chip_info->num_vrefs, st->vref_reg); in ad5360_probe()
515 regulator_bulk_disable(st->chip_info->num_vrefs, st->vref_reg); in ad5360_probe()
531 regulator_bulk_disable(st->chip_info->num_vrefs, st->vref_reg); in ad5360_remove()