Searched refs:hmc5843_common_probe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/magnetometer/ |
H A D | hmc5843.h | 51 int hmc5843_common_probe(struct device *dev, struct regmap *regmap,
|
H A D | hmc5843_i2c.c | 63 return hmc5843_common_probe(&cli->dev, in hmc5843_i2c_probe()
|
H A D | hmc5843_spi.c | 72 return hmc5843_common_probe(&spi->dev, in hmc5843_spi_probe()
|
H A D | hmc5843_core.c | 620 int hmc5843_common_probe(struct device *dev, struct regmap *regmap, in hmc5843_common_probe() function 672 EXPORT_SYMBOL_NS(hmc5843_common_probe, IIO_HMC5843);
|
/kernel/linux/linux-5.10/drivers/iio/magnetometer/ |
H A D | hmc5843.h | 51 int hmc5843_common_probe(struct device *dev, struct regmap *regmap,
|
H A D | hmc5843_i2c.c | 63 return hmc5843_common_probe(&cli->dev, in hmc5843_i2c_probe()
|
H A D | hmc5843_spi.c | 72 return hmc5843_common_probe(&spi->dev, in hmc5843_spi_probe()
|
H A D | hmc5843_core.c | 620 int hmc5843_common_probe(struct device *dev, struct regmap *regmap, in hmc5843_common_probe() function 673 EXPORT_SYMBOL(hmc5843_common_probe); variable
|
Completed in 5 milliseconds