Searched refs:ad5592r_probe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/dac/ |
H A D | ad5592r-base.h | 72 int ad5592r_probe(struct device *dev, const char *name,
|
H A D | ad5593r.c | 105 return ad5592r_probe(&i2c->dev, id->name, &ad5593r_rw_ops); in ad5593r_i2c_probe()
|
H A D | ad5592r.c | 130 return ad5592r_probe(&spi->dev, id->name, &ad5592r_rw_ops); in ad5592r_spi_probe()
|
H A D | ad5592r-base.c | 588 int ad5592r_probe(struct device *dev, const char *name, in ad5592r_probe() function 664 EXPORT_SYMBOL_GPL(ad5592r_probe); variable
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | ad5592r-base.h | 74 int ad5592r_probe(struct device *dev, const char *name,
|
H A D | ad5593r.c | 109 return ad5592r_probe(&i2c->dev, id->name, &ad5593r_rw_ops); in ad5593r_i2c_probe()
|
H A D | ad5592r.c | 130 return ad5592r_probe(&spi->dev, id->name, &ad5592r_rw_ops); in ad5592r_spi_probe()
|
H A D | ad5592r-base.c | 592 int ad5592r_probe(struct device *dev, const char *name, in ad5592r_probe() function 668 EXPORT_SYMBOL_NS_GPL(ad5592r_probe, IIO_AD5592R);
|
Completed in 4 milliseconds