Searched refs:ltc2497core_probe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | ltc2497.h | 15 int ltc2497core_probe(struct device *dev, struct iio_dev *indio_dev);
|
H A D | ltc2497-core.c | 167 int ltc2497core_probe(struct device *dev, struct iio_dev *indio_dev) in ltc2497core_probe() function 223 EXPORT_SYMBOL_NS(ltc2497core_probe, LTC2497);
|
H A D | ltc2496.c | 78 return ltc2497core_probe(dev, indio_dev); in ltc2496_probe()
|
H A D | ltc2497.c | 87 return ltc2497core_probe(dev, indio_dev); in ltc2497_probe()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ltc2497.h | 23 int ltc2497core_probe(struct device *dev, struct iio_dev *indio_dev);
|
H A D | ltc2497-core.c | 168 int ltc2497core_probe(struct device *dev, struct iio_dev *indio_dev) in ltc2497core_probe() function 234 EXPORT_SYMBOL_NS(ltc2497core_probe, LTC2497);
|
H A D | ltc2496.c | 80 return ltc2497core_probe(dev, indio_dev); in ltc2496_probe()
|
H A D | ltc2497.c | 126 return ltc2497core_probe(dev, indio_dev); in ltc2497_probe()
|
Completed in 3 milliseconds