Lines Matching refs:num_channels
47 unsigned int num_channels; member
226 .num_channels = 1,
231 .num_channels = 2,
236 .num_channels = 1,
241 .num_channels = 2,
246 .num_channels = 1,
251 .num_channels = 2,
258 if (st->chip_info->num_channels == 1) in ad5449_vref_name()
286 for (i = 0; i < st->chip_info->num_channels; ++i) in ad5449_spi_probe()
289 ret = devm_regulator_bulk_get(&spi->dev, st->chip_info->num_channels, in ad5449_spi_probe()
294 ret = regulator_bulk_enable(st->chip_info->num_channels, st->vref_reg); in ad5449_spi_probe()
303 indio_dev->num_channels = st->chip_info->num_channels; in ad5449_spi_probe()
325 regulator_bulk_disable(st->chip_info->num_channels, st->vref_reg); in ad5449_spi_probe()
337 regulator_bulk_disable(st->chip_info->num_channels, st->vref_reg); in ad5449_spi_remove()