Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dad7606.h150 int ad7606_probe(struct device *dev, int irq, void __iomem *base_address,
H A Dad7606_par.c108 return ad7606_probe(&pdev->dev, irq, addr, in ad7606_par_probe()
H A Dad7606.c536 int ad7606_probe(struct device *dev, int irq, void __iomem *base_address, in ad7606_probe() function
657 EXPORT_SYMBOL_NS_GPL(ad7606_probe, IIO_AD7606);
H A Dad7606_spi.c325 return ad7606_probe(&spi->dev, spi->irq, NULL, in ad7606_spi_probe()