Searched refs:cs4271_probe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cs4271.h | 10 int cs4271_probe(struct device *dev, struct regmap *regmap);
|
H A D | cs4271-i2c.c | 23 return cs4271_probe(&client->dev, in cs4271_i2c_probe()
|
H A D | cs4271-spi.c | 24 return cs4271_probe(&spi->dev, devm_regmap_init_spi(spi, &config)); in cs4271_spi_probe()
|
H A D | cs4271.c | 699 int cs4271_probe(struct device *dev, struct regmap *regmap) in cs4271_probe() function 717 EXPORT_SYMBOL_GPL(cs4271_probe); variable
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | cs4271.h | 10 int cs4271_probe(struct device *dev, struct regmap *regmap);
|
H A D | cs4271-i2c.c | 21 return cs4271_probe(&client->dev, in cs4271_i2c_probe()
|
H A D | cs4271-spi.c | 23 return cs4271_probe(&spi->dev, devm_regmap_init_spi(spi, &config)); in cs4271_spi_probe()
|
H A D | cs4271.c | 698 int cs4271_probe(struct device *dev, struct regmap *regmap) in cs4271_probe() function 716 EXPORT_SYMBOL_GPL(cs4271_probe); variable
|
Completed in 4 milliseconds