Home
last modified time | relevance | path

Searched refs:adxl345_core_probe (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iio/accel/
H A Dadxl345_spi.c47 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 Dadxl345_i2c.c32 return adxl345_core_probe(&client->dev, regmap, false, NULL); in adxl345_i2c_probe()
H A Dadxl345.h122 int adxl345_core_probe(struct device *dev, struct regmap *regmap,
H A Dadxl345_core.c1884 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");