rm3100_common_probe
EXPORT_SYMBOL_NS_GPL(rm3100_common_probe, "IIO_RM3100");
return rm3100_common_probe(&client->dev, regmap, client->irq);
return rm3100_common_probe(&spi->dev, regmap, spi->irq);
int rm3100_common_probe(struct device *dev, struct regmap *regmap, int irq);