Searched refs:fxos8700_core_probe (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/iio/imu/ |
H A D | fxos8700.h | 7 int fxos8700_core_probe(struct device *dev, struct regmap *regmap,
|
H A D | fxos8700_spi.c | 24 return fxos8700_core_probe(&spi->dev, regmap, id->name, true); in fxos8700_spi_probe()
|
H A D | fxos8700_i2c.c | 36 return fxos8700_core_probe(&client->dev, regmap, name, false); in fxos8700_i2c_probe()
|
H A D | fxos8700_core.c | 680 int fxos8700_core_probe(struct device *dev, struct regmap *regmap, in fxos8700_core_probe() function 711 EXPORT_SYMBOL_GPL(fxos8700_core_probe);
|