Searched refs:mma7455_core_probe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/accel/ |
H A D | mma7455.h | 12 int mma7455_core_probe(struct device *dev, struct regmap *regmap,
|
H A D | mma7455_spi.c | 22 return mma7455_core_probe(&spi->dev, regmap, id->name); in mma7455_spi_probe()
|
H A D | mma7455_i2c.c | 26 return mma7455_core_probe(&i2c->dev, regmap, name); in mma7455_i2c_probe()
|
H A D | mma7455_core.c | 242 int mma7455_core_probe(struct device *dev, struct regmap *regmap, in mma7455_core_probe() function 295 EXPORT_SYMBOL_GPL(mma7455_core_probe); variable
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | mma7455.h | 12 int mma7455_core_probe(struct device *dev, struct regmap *regmap,
|
H A D | mma7455_spi.c | 22 return mma7455_core_probe(&spi->dev, regmap, id->name); in mma7455_spi_probe()
|
H A D | mma7455_i2c.c | 26 return mma7455_core_probe(&i2c->dev, regmap, name); in mma7455_i2c_probe()
|
H A D | mma7455_core.c | 243 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);
|
Completed in 3 milliseconds