Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/accel/
Dfxls8962af.h16 int fxls8962af_core_probe(struct device *dev, struct regmap *regmap, int irq);
Dfxls8962af-i2c.c27 return fxls8962af_core_probe(&client->dev, regmap, client->irq); in fxls8962af_probe()
Dfxls8962af-spi.c27 return fxls8962af_core_probe(&spi->dev, regmap, spi->irq); in fxls8962af_probe()
Dfxls8962af-core.c1145 int fxls8962af_core_probe(struct device *dev, struct regmap *regmap, int irq) in fxls8962af_core_probe() function
1223 EXPORT_SYMBOL_NS_GPL(fxls8962af_core_probe, IIO_FXLS8962AF);