Searched refs:muxchans (Results 1 – 1 of 1) sorted by relevance
56 struct iio_chan_spec *muxchans; member201 muxadc->muxchans = devm_kcalloc(dev, muxadc->nr_chans, in gpio_muxadc_probe()204 if (!muxadc->muxchans) in gpio_muxadc_probe()212 muxadc->muxchans[i].type = IIO_VOLTAGE; in gpio_muxadc_probe()213 muxadc->muxchans[i].channel = i; in gpio_muxadc_probe()214 muxadc->muxchans[i].info_mask_separate = BIT(IIO_CHAN_INFO_RAW); in gpio_muxadc_probe()216 &muxadc->muxchans[i].extend_name); in gpio_muxadc_probe()224 indio_dev->channels = muxadc->muxchans; in gpio_muxadc_probe()