adxl380_probe
EXPORT_SYMBOL_NS_GPL(adxl380_probe, "IIO_ADXL380");
int adxl380_probe(struct device *dev, struct regmap *regmap,
return adxl380_probe(&client->dev, regmap, chip_data);
return adxl380_probe(&spi->dev, regmap, chip_data);