Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/pressure/
Dmprls0025pa.h100 int mpr_common_probe(struct device *dev, const struct mpr_ops *ops, int irq);
Dmprls0025pa_spi.c64 return mpr_common_probe(&spi->dev, &mpr_spi_ops, spi->irq); in mpr_spi_probe()
Dmprls0025pa_i2c.c72 return mpr_common_probe(&client->dev, &mpr_i2c_ops, client->irq); in mpr_i2c_probe()
Dmprls0025pa.c327 int mpr_common_probe(struct device *dev, const struct mpr_ops *ops, int irq) in mpr_common_probe() function
451 EXPORT_SYMBOL_NS(mpr_common_probe, IIO_HONEYWELL_MPRLS0025PA);