fxas21002c_core_probe  147 drivers/iio/gyro/fxas21002c.h int fxas21002c_core_probe(struct device *dev, struct regmap *regmap, int irq,
fxas21002c_core_probe  945 drivers/iio/gyro/fxas21002c_core.c EXPORT_SYMBOL_GPL(fxas21002c_core_probe);
fxas21002c_core_probe   33 drivers/iio/gyro/fxas21002c_i2c.c 	return fxas21002c_core_probe(&i2c->dev, regmap, i2c->irq, i2c->name);
fxas21002c_core_probe   34 drivers/iio/gyro/fxas21002c_spi.c 	return fxas21002c_core_probe(&spi->dev, regmap, spi->irq, id->name);