Searched refs:mpr_ops (Results 1 – 4 of 4) sorted by relevance
35 struct mpr_ops;76 const struct mpr_ops *ops;94 struct mpr_ops { struct100 int mpr_common_probe(struct device *dev, const struct mpr_ops *ops, int irq); argument
56 static const struct mpr_ops mpr_spi_ops = {
61 static const struct mpr_ops mpr_i2c_ops = {
327 int mpr_common_probe(struct device *dev, const struct mpr_ops *ops, int irq) in mpr_common_probe()