Searched refs:adxl372_probe (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/iio/accel/ |
D | adxl372.h | 13 int adxl372_probe(struct device *dev, struct regmap *regmap,
|
D | adxl372_spi.c | 33 return adxl372_probe(&spi->dev, regmap, spi->irq, id->name); in adxl372_spi_probe()
|
D | adxl372_i2c.c | 41 return adxl372_probe(&client->dev, regmap, client->irq, id->name); in adxl372_i2c_probe()
|
D | adxl372.c | 1194 int adxl372_probe(struct device *dev, struct regmap *regmap, in adxl372_probe() function 1276 EXPORT_SYMBOL_NS_GPL(adxl372_probe, IIO_ADXL372);
|