Searched refs:bmg160_core_probe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/gyro/ |
H A D | bmg160.h | 7 int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
|
H A D | bmg160_spi.c | 27 return bmg160_core_probe(&spi->dev, regmap, spi->irq, id->name); in bmg160_spi_probe()
|
H A D | bmg160_i2c.c | 32 return bmg160_core_probe(&client->dev, regmap, client->irq, name); in bmg160_i2c_probe()
|
H A D | bmg160_core.c | 1072 int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq, in bmg160_core_probe() function 1191 EXPORT_SYMBOL_GPL(bmg160_core_probe); variable
|
/kernel/linux/linux-6.6/drivers/iio/gyro/ |
H A D | bmg160.h | 7 int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
|
H A D | bmg160_spi.c | 27 return bmg160_core_probe(&spi->dev, regmap, spi->irq, id->name); in bmg160_spi_probe()
|
H A D | bmg160_i2c.c | 32 return bmg160_core_probe(&client->dev, regmap, client->irq, name); in bmg160_i2c_probe()
|
H A D | bmg160_core.c | 1069 int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq, in bmg160_core_probe() function 1191 EXPORT_SYMBOL_GPL(bmg160_core_probe); variable
|
Completed in 5 milliseconds