Searched refs:mpl115_probe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | mpl115.h | 18 int mpl115_probe(struct device *dev, const char *name,
|
H A D | mpl115.c | 145 int mpl115_probe(struct device *dev, const char *name, in mpl115_probe() function 190 EXPORT_SYMBOL_GPL(mpl115_probe); variable
|
H A D | mpl115_i2c.c | 44 return mpl115_probe(&client->dev, id->name, &mpl115_i2c_ops); in mpl115_i2c_probe()
|
H A D | mpl115_spi.c | 83 return mpl115_probe(&spi->dev, id->name, &mpl115_spi_ops); in mpl115_spi_probe()
|
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | mpl115.h | 20 int mpl115_probe(struct device *dev, const char *name,
|
H A D | mpl115_i2c.c | 44 return mpl115_probe(&client->dev, id->name, &mpl115_i2c_ops); in mpl115_i2c_probe()
|
H A D | mpl115.c | 155 int mpl115_probe(struct device *dev, const char *name, in mpl115_probe() function 228 EXPORT_SYMBOL_NS_GPL(mpl115_probe, IIO_MPL115);
|
H A D | mpl115_spi.c | 83 return mpl115_probe(&spi->dev, id->name, &mpl115_spi_ops); in mpl115_spi_probe()
|
Completed in 4 milliseconds