Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/iio/light/
Disl29018.c672 static const struct chip_info chip_info_tbl[] = { variable
744 chip_info_tbl[dev_id].regmap_cfg); in isl29018_probe()
755 indio_dev->info = chip_info_tbl[dev_id].indio_info; in isl29018_probe()
756 indio_dev->channels = chip_info_tbl[dev_id].channels; in isl29018_probe()
757 indio_dev->num_channels = chip_info_tbl[dev_id].num_channels; in isl29018_probe()
/linux-4.4.14/drivers/iio/pressure/
Dms5611_core.c209 static struct ms5611_chip_info chip_info_tbl[] = { variable
251 st->chip_info = &chip_info_tbl[type]; in ms5611_probe()