Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/pressure/
Dmpl115.h21 int mpl115_probe(struct device *dev, const char *name,
Dmpl115.c149 int mpl115_probe(struct device *dev, const char *name, in mpl115_probe() function
195 EXPORT_SYMBOL_GPL(mpl115_probe);
Dmpl115_i2c.c47 return mpl115_probe(&client->dev, id->name, &mpl115_i2c_ops); in mpl115_i2c_probe()
Dmpl115_spi.c86 return mpl115_probe(&spi->dev, id->name, &mpl115_spi_ops); in mpl115_spi_probe()