Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dpcm179x.h16 int pcm179x_common_init(struct device *dev, struct regmap *regmap);
H A Dpcm179x.c212 int pcm179x_common_init(struct device *dev, struct regmap *regmap) in pcm179x_common_init() function
227 EXPORT_SYMBOL_GPL(pcm179x_common_init);
H A Dpcm179x-i2c.c29 return pcm179x_common_init(&client->dev, regmap); in pcm179x_i2c_probe()
H A Dpcm179x-spi.c29 return pcm179x_common_init(&spi->dev, regmap); in pcm179x_spi_probe()