abp2_common_probe
EXPORT_SYMBOL_NS_GPL(abp2_common_probe, "IIO_HONEYWELL_ABP2030PA");
int abp2_common_probe(struct device *dev, const struct abp2_ops *ops, int irq);
return abp2_common_probe(&client->dev, &abp2_i2c_ops, client->irq);
return abp2_common_probe(&spi->dev, &abp2_spi_ops, spi->irq);