Home
last modified time | relevance | path

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

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