Searched refs:zpa2326_probe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | zpa2326.h | 52 * zpa2326_probe() - Instantiate and register core ZPA2326 IIO device 61 int zpa2326_probe(struct device *parent,
|
H A D | zpa2326_i2c.c | 52 return zpa2326_probe(&client->dev, i2c_id->name, client->irq, in zpa2326_probe_i2c()
|
H A D | zpa2326_spi.c | 56 return zpa2326_probe(&spi->dev, spi_get_device_id(spi)->name, in zpa2326_probe_spi()
|
H A D | zpa2326.c | 1607 int zpa2326_probe(struct device *parent, in zpa2326_probe() function 1701 EXPORT_SYMBOL_GPL(zpa2326_probe); variable
|
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | zpa2326.h | 52 * zpa2326_probe() - Instantiate and register core ZPA2326 IIO device 61 int zpa2326_probe(struct device *parent,
|
H A D | zpa2326_i2c.c | 52 return zpa2326_probe(&client->dev, i2c_id->name, client->irq, in zpa2326_probe_i2c()
|
H A D | zpa2326_spi.c | 56 return zpa2326_probe(&spi->dev, spi_get_device_id(spi)->name, in zpa2326_probe_spi()
|
H A D | zpa2326.c | 1607 int zpa2326_probe(struct device *parent, in zpa2326_probe() function 1701 EXPORT_SYMBOL_NS_GPL(zpa2326_probe, IIO_ZPA2326);
|
Completed in 6 milliseconds