Lines Matching defs:info
216 const struct ltc2983_chip_info *info;
819 max = st->info->max_channels_nr;
822 max = st->info->max_channels_nr - 1;
1382 sensor.chan > st->info->max_channels_nr) {
1385 LTC2983_MIN_CHANNELS_NR, st->info->max_channels_nr);
1425 } else if (st->info->has_temp &&
1518 if (st->info->has_eeprom && !assign_iio) {
1617 st->info = device_get_match_data(&spi->dev);
1618 if (!st->info)
1619 st->info = (void *)spi_get_device_id(spi)->driver_data;
1620 if (!st->info)
1666 if (st->info->has_eeprom) {
1679 indio_dev->info = <c2983_iio_info;