Searched refs:fxas21002c_core_probe (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/iio/gyro/ |
D | fxas21002c_i2c.c | 33 return fxas21002c_core_probe(&i2c->dev, regmap, i2c->irq, i2c->name); in fxas21002c_i2c_probe()
|
D | fxas21002c_spi.c | 34 return fxas21002c_core_probe(&spi->dev, regmap, spi->irq, id->name); in fxas21002c_spi_probe()
|
D | fxas21002c.h | 81 int fxas21002c_core_probe(struct device *dev, struct regmap *regmap, int irq,
|
D | fxas21002c_core.c | 928 int fxas21002c_core_probe(struct device *dev, struct regmap *regmap, int irq, in fxas21002c_core_probe() function 1010 EXPORT_SYMBOL_GPL(fxas21002c_core_probe);
|