Searched refs:bma400_probe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/accel/ |
H A D | bma400_i2c.c | 27 return bma400_probe(&client->dev, regmap, id->name); in bma400_i2c_probe()
|
H A D | bma400.h | 114 int bma400_probe(struct device *dev, struct regmap *regmap, const char *name);
|
H A D | bma400_spi.c | 87 return bma400_probe(&spi->dev, regmap, id->name); in bma400_spi_probe()
|
H A D | bma400_core.c | 796 int bma400_probe(struct device *dev, struct regmap *regmap, const char *name) in bma400_probe() function 829 EXPORT_SYMBOL(bma400_probe); variable
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | bma400_i2c.c | 27 return bma400_probe(&client->dev, regmap, client->irq, id->name); in bma400_i2c_probe()
|
H A D | bma400.h | 146 int bma400_probe(struct device *dev, struct regmap *regmap, int irq,
|
H A D | bma400_spi.c | 87 return bma400_probe(&spi->dev, regmap, spi->irq, id->name); in bma400_spi_probe()
|
H A D | bma400_core.c | 1702 int bma400_probe(struct device *dev, struct regmap *regmap, int irq, in bma400_probe() function 1766 EXPORT_SYMBOL_NS(bma400_probe, IIO_BMA400);
|
Completed in 6 milliseconds