Searched refs:adxl345_core_probe (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iio/accel/ |
| H A D | adxl345_spi.c | 47 return adxl345_core_probe(&spi->dev, regmap, needs_delay, adxl345_spi_setup); in adxl345_spi_probe() 49 return adxl345_core_probe(&spi->dev, regmap, needs_delay, NULL); in adxl345_spi_probe()
|
| H A D | adxl345_i2c.c | 32 return adxl345_core_probe(&client->dev, regmap, false, NULL); in adxl345_i2c_probe()
|
| H A D | adxl345.h | 122 int adxl345_core_probe(struct device *dev, struct regmap *regmap,
|
| H A D | adxl345_core.c | 1884 int adxl345_core_probe(struct device *dev, struct regmap *regmap, in adxl345_core_probe() function 2038 EXPORT_SYMBOL_NS_GPL(adxl345_core_probe, "IIO_ADXL345");
|