Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iio/pressure/
Dmpl115.h18 int mpl115_probe(struct device *dev, const char *name,
Dmpl115.c145 int mpl115_probe(struct device *dev, const char *name, in mpl115_probe() function
190 EXPORT_SYMBOL_GPL(mpl115_probe);
Dmpl115_i2c.c44 return mpl115_probe(&client->dev, id->name, &mpl115_i2c_ops); in mpl115_i2c_probe()
Dmpl115_spi.c83 return mpl115_probe(&spi->dev, id->name, &mpl115_spi_ops); in mpl115_spi_probe()