Searched refs:sps30_probe (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/iio/chemical/ |
D | sps30.h | 33 int sps30_probe(struct device *dev, const char *name, void *priv, const struct sps30_ops *ops);
|
D | sps30.c | 327 int sps30_probe(struct device *dev, const char *name, void *priv, const struct sps30_ops *ops) in sps30_probe() function 375 EXPORT_SYMBOL_NS_GPL(sps30_probe, IIO_SPS30);
|
D | sps30_i2c.c | 231 return sps30_probe(&client->dev, client->name, NULL, &sps30_i2c_ops); in sps30_i2c_probe()
|
D | sps30_serial.c | 411 return sps30_probe(dev, SPS30_SERIAL_DEV_NAME, priv, &sps30_serial_ops); in sps30_serial_probe()
|