fxas21002c_core_probe
int fxas21002c_core_probe(struct device *dev, struct regmap *regmap, int irq,
EXPORT_SYMBOL_NS_GPL(fxas21002c_core_probe, "IIO_FXAS21002C");
return fxas21002c_core_probe(&i2c->dev, regmap, i2c->irq, i2c->name);
return fxas21002c_core_probe(&spi->dev, regmap, spi->irq, id->name);