adxl367_probe
EXPORT_SYMBOL_NS_GPL(adxl367_probe, "IIO_ADXL367");
int adxl367_probe(struct device *dev, const struct adxl367_ops *ops,
return adxl367_probe(&client->dev, &adxl367_i2c_ops, st, regmap,
return adxl367_probe(&spi->dev, &adxl367_spi_ops, st, regmap, spi->irq);