Searched refs:adxl345_core_probe (Results 1 – 4 of 4) sorted by relevance
16 int adxl345_core_probe(struct device *dev, struct regmap *regmap);
223 int adxl345_core_probe(struct device *dev, struct regmap *regmap) in adxl345_core_probe() function284 EXPORT_SYMBOL_NS_GPL(adxl345_core_probe, IIO_ADXL345);
30 return adxl345_core_probe(&client->dev, regmap); in adxl345_i2c_probe()
36 return adxl345_core_probe(&spi->dev, regmap); in adxl345_spi_probe()