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