Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/light/
Disl29018.c669 static const struct isl29018_chip_info isl29018_chip_info_tbl[] = { variable
767 isl29018_chip_info_tbl[dev_id].regmap_cfg); in isl29018_probe()
778 indio_dev->info = isl29018_chip_info_tbl[dev_id].indio_info; in isl29018_probe()
779 indio_dev->channels = isl29018_chip_info_tbl[dev_id].channels; in isl29018_probe()
780 indio_dev->num_channels = isl29018_chip_info_tbl[dev_id].num_channels; in isl29018_probe()