smi330_core_probe
int smi330_core_probe(struct device *dev, struct regmap *regmap);
EXPORT_SYMBOL_NS_GPL(smi330_core_probe, "IIO_SMI330");
return smi330_core_probe(dev, regmap);
return smi330_core_probe(&spi->dev, regmap);