Home
last modified time | relevance | path

Searched refs:mma7455_core_probe (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/iio/accel/
H A Dmma7455.h12 int mma7455_core_probe(struct device *dev, struct regmap *regmap,
H A Dmma7455_spi.c22 return mma7455_core_probe(&spi->dev, regmap, id->name); in mma7455_spi_probe()
H A Dmma7455_i2c.c26 return mma7455_core_probe(&i2c->dev, regmap, name); in mma7455_i2c_probe()
H A Dmma7455_core.c243 int mma7455_core_probe(struct device *dev, struct regmap *regmap, in mma7455_core_probe() function
296 EXPORT_SYMBOL_NS_GPL(mma7455_core_probe, IIO_MMA7455);