Searched refs:bme680_core_probe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/chemical/ |
H A D | bme680_i2c.c | 37 return bme680_core_probe(&client->dev, regmap, name); in bme680_i2c_probe()
|
H A D | bme680.h | 88 int bme680_core_probe(struct device *dev, struct regmap *regmap,
|
H A D | bme680_spi.c | 140 return bme680_core_probe(&spi->dev, regmap, id->name); in bme680_spi_probe()
|
H A D | bme680_core.c | 889 int bme680_core_probe(struct device *dev, struct regmap *regmap, in bme680_core_probe() function 960 EXPORT_SYMBOL_GPL(bme680_core_probe); variable
|
/kernel/linux/linux-6.6/drivers/iio/chemical/ |
H A D | bme680_i2c.c | 35 return bme680_core_probe(&client->dev, regmap, name); in bme680_i2c_probe()
|
H A D | bme680.h | 88 int bme680_core_probe(struct device *dev, struct regmap *regmap,
|
H A D | bme680_spi.c | 138 return bme680_core_probe(&spi->dev, regmap, id->name); in bme680_spi_probe()
|
H A D | bme680_core.c | 889 int bme680_core_probe(struct device *dev, struct regmap *regmap, in bme680_core_probe() function 960 EXPORT_SYMBOL_NS_GPL(bme680_core_probe, IIO_BME680);
|
Completed in 5 milliseconds