Home
last modified time | relevance | path

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

/linux/drivers/iio/magnetometer/
H A Drm3100.h15 int rm3100_common_probe(struct device *dev, struct regmap *regmap, int irq);
H A Drm3100-i2c.c34 return rm3100_common_probe(&client->dev, regmap, client->irq); in rm3100_probe()
H A Drm3100-spi.c44 return rm3100_common_probe(&spi->dev, regmap, spi->irq); in rm3100_probe()
H A Drm3100-core.c527 int rm3100_common_probe(struct device *dev, struct regmap *regmap, int irq) in rm3100_common_probe() function
607 EXPORT_SYMBOL_NS_GPL(rm3100_common_probe, "IIO_RM3100");