Searched refs:mpr_common_probe (Results 1 – 4 of 4) sorted by relevance
100 int mpr_common_probe(struct device *dev, const struct mpr_ops *ops, int irq);
64 return mpr_common_probe(&spi->dev, &mpr_spi_ops, spi->irq); in mpr_spi_probe()
72 return mpr_common_probe(&client->dev, &mpr_i2c_ops, client->irq); in mpr_i2c_probe()
327 int mpr_common_probe(struct device *dev, const struct mpr_ops *ops, int irq) in mpr_common_probe() function451 EXPORT_SYMBOL_NS(mpr_common_probe, IIO_HONEYWELL_MPRLS0025PA);