bma400_probe
int bma400_probe(struct device *dev, struct regmap *regmap, int irq,
EXPORT_SYMBOL_NS(bma400_probe, "IIO_BMA400");
return bma400_probe(&client->dev, regmap, client->irq, id->name);
return bma400_probe(&spi->dev, regmap, spi->irq, id->name);