Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/chemical/
H A Dsps30.h33 int sps30_probe(struct device *dev, const char *name, void *priv, const struct sps30_ops *ops);
H A Dsps30.c327 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);
H A Dsps30_i2c.c231 return sps30_probe(&client->dev, client->name, NULL, &sps30_i2c_ops); in sps30_i2c_probe()
H A Dsps30_serial.c411 return sps30_probe(dev, SPS30_SERIAL_DEV_NAME, priv, &sps30_serial_ops); in sps30_serial_probe()