Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Dmprls0025pa.h35 struct mpr_ops;
76 const struct mpr_ops *ops;
94 struct mpr_ops { struct
100 int mpr_common_probe(struct device *dev, const struct mpr_ops *ops, int irq); argument
H A Dmprls0025pa_spi.c56 static const struct mpr_ops mpr_spi_ops = {
H A Dmprls0025pa_i2c.c61 static const struct mpr_ops mpr_i2c_ops = {
H A Dmprls0025pa.c327 int mpr_common_probe(struct device *dev, const struct mpr_ops *ops, int irq) in mpr_common_probe()