Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/accel/
H A Dadxl345.h16 int adxl345_core_probe(struct device *dev, struct regmap *regmap);
H A Dadxl345_i2c.c30 return adxl345_core_probe(&client->dev, regmap); in adxl345_i2c_probe()
H A Dadxl345_core.c223 int adxl345_core_probe(struct device *dev, struct regmap *regmap) in adxl345_core_probe() function
284 EXPORT_SYMBOL_NS_GPL(adxl345_core_probe, IIO_ADXL345);
H A Dadxl345_spi.c36 return adxl345_core_probe(&spi->dev, regmap); in adxl345_spi_probe()