Searched refs:bmp085_probe (Results 1 – 4 of 4) sorted by relevance
29 int bmp085_probe(struct device *dev, struct regmap *regmap, int irq);
44 return bmp085_probe(&client->dev, regmap, client->irq); in bmp085_spi_probe()
52 return bmp085_probe(&client->dev, regmap, client->irq); in bmp085_i2c_probe()
442 int bmp085_probe(struct device *dev, struct regmap *regmap, int irq) in bmp085_probe() function491 EXPORT_SYMBOL_GPL(bmp085_probe);