Home
last modified time | relevance | path

Searched refs:chan_test (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/iio/adc/
Dad9467.c165 struct ad9467_chan_test_mode *chan_test; member
1147 st->chan_test = devm_kcalloc(&st->spi->dev, st->info->num_channels, in ad9467_debugfs_init()
1148 sizeof(*st->chan_test), GFP_KERNEL); in ad9467_debugfs_init()
1149 if (!st->chan_test) in ad9467_debugfs_init()
1158 st->chan_test[chan].idx = chan; in ad9467_debugfs_init()
1159 st->chan_test[chan].st = st; in ad9467_debugfs_init()
1160 debugfs_create_file(attr_name, 0600, d, &st->chan_test[chan], in ad9467_debugfs_init()