Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/pressure/
H A Dmpl115.h20 int mpl115_probe(struct device *dev, const char *name,
H A Dmpl115_i2c.c44 return mpl115_probe(&client->dev, id->name, &mpl115_i2c_ops); in mpl115_i2c_probe()
H A Dmpl115.c155 int mpl115_probe(struct device *dev, const char *name, in mpl115_probe() function
228 EXPORT_SYMBOL_NS_GPL(mpl115_probe, IIO_MPL115);
H A Dmpl115_spi.c83 return mpl115_probe(&spi->dev, id->name, &mpl115_spi_ops); in mpl115_spi_probe()