adxl372_probe
EXPORT_SYMBOL_NS_GPL(adxl372_probe, "IIO_ADXL372");
int adxl372_probe(struct device *dev, struct regmap *regmap,
return adxl372_probe(&client->dev, regmap, client->irq, id->name);
return adxl372_probe(&spi->dev, regmap, spi->irq, id->name);