Lines Matching refs:num_channels
47 unsigned int num_channels; member
228 .num_channels = 1,
233 .num_channels = 2,
238 .num_channels = 1,
243 .num_channels = 2,
248 .num_channels = 1,
253 .num_channels = 2,
260 if (st->chip_info->num_channels == 1) in ad5449_vref_name()
288 for (i = 0; i < st->chip_info->num_channels; ++i) in ad5449_spi_probe()
291 ret = devm_regulator_bulk_get(&spi->dev, st->chip_info->num_channels, in ad5449_spi_probe()
296 ret = regulator_bulk_enable(st->chip_info->num_channels, st->vref_reg); in ad5449_spi_probe()
304 indio_dev->num_channels = st->chip_info->num_channels; in ad5449_spi_probe()
328 regulator_bulk_disable(st->chip_info->num_channels, st->vref_reg); in ad5449_spi_probe()
340 regulator_bulk_disable(st->chip_info->num_channels, st->vref_reg); in ad5449_spi_remove()