adxl345_core_probe
int adxl345_core_probe(struct device *dev, struct regmap *regmap,
EXPORT_SYMBOL_NS_GPL(adxl345_core_probe, "IIO_ADXL345");
return adxl345_core_probe(&client->dev, regmap, false, NULL);
return adxl345_core_probe(&spi->dev, regmap, needs_delay, adxl345_spi_setup);
return adxl345_core_probe(&spi->dev, regmap, needs_delay, NULL);