Searched refs:adxl367_probe (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/iio/accel/ |
H A D | adxl367.h | 20 int adxl367_probe(struct device *dev, const struct adxl367_ops *ops,
|
H A D | adxl367_i2c.c | 59 return adxl367_probe(&client->dev, &adxl367_i2c_ops, st, regmap, in adxl367_i2c_probe()
|
H A D | adxl367_spi.c | 137 return adxl367_probe(&spi->dev, &adxl367_spi_ops, st, regmap, spi->irq); in adxl367_spi_probe()
|
H A D | adxl367.c | 1416 int adxl367_probe(struct device *dev, const struct adxl367_ops *ops, in adxl367_probe() function 1478 EXPORT_SYMBOL_NS_GPL(adxl367_probe, IIO_ADXL367);
|