Lines Matching refs:chip_info
39 const struct ad7476_chip_info *chip_info;
143 *val = (ret >> st->chip_info->channel[0].scan_type.shift) &
144 GENMASK(st->chip_info->channel[0].scan_type.realbits - 1, 0);
147 if (!st->chip_info->int_vref_uv) {
152 scale_uv = st->chip_info->int_vref_uv;
277 st->chip_info =
305 indio_dev->channels = st->chip_info->channel;
310 indio_dev->channels = st->chip_info->convst_channel;
314 st->xfer.len = st->chip_info->channel[0].scan_type.storagebits / 8;
324 if (st->chip_info->reset)
325 st->chip_info->reset(st);