Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/accel/
Dadxl345_spi.c42 return adxl345_core_probe(&spi->dev, regmap, adxl345_spi_setup); in adxl345_spi_probe()
44 return adxl345_core_probe(&spi->dev, regmap, NULL); in adxl345_spi_probe()
Dadxl345_core.c181 int adxl345_core_probe(struct device *dev, struct regmap *regmap, in adxl345_core_probe() function
251 EXPORT_SYMBOL_NS_GPL(adxl345_core_probe, IIO_ADXL345);
Dadxl345.h64 int adxl345_core_probe(struct device *dev, struct regmap *regmap,
Dadxl345_i2c.c30 return adxl345_core_probe(&client->dev, regmap, NULL); in adxl345_i2c_probe()