Searched refs:regmap_config (Results 1 – 25 of 307) sorted by relevance
12345678910>>...13
/sound/soc/codecs/ |
D | ak4642.c | 139 const struct regmap_config *regmap_config; member 565 static const struct regmap_config ak4642_regmap = { 574 static const struct regmap_config ak4643_regmap = { 583 static const struct regmap_config ak4648_regmap = { 593 .regmap_config = &ak4642_regmap, 597 .regmap_config = &ak4643_regmap, 601 .regmap_config = &ak4648_regmap, 671 regmap = devm_regmap_init_i2c(i2c, drvdata->regmap_config); in ak4642_i2c_probe()
|
D | tas571x.c | 41 const struct regmap_config *regmap_config; member 425 static const struct regmap_config tas5711_regmap_config = { 443 .regmap_config = &tas5711_regmap_config, 530 static const struct regmap_config tas5707_regmap_config = { 548 .regmap_config = &tas5707_regmap_config, 637 static const struct regmap_config tas5717_regmap_config = { 656 .regmap_config = &tas5717_regmap_config, 708 static const struct regmap_config tas5721_regmap_config = { 727 .regmap_config = &tas5721_regmap_config, 823 priv->chip->regmap_config); in tas571x_i2c_probe()
|
D | tas5720.c | 465 static const struct regmap_config tas5720_regmap_config = { 474 static const struct regmap_config tas5722_regmap_config = { 641 const struct regmap_config *regmap_config; in tas5720_probe() local 654 regmap_config = &tas5720_regmap_config; in tas5720_probe() 657 regmap_config = &tas5722_regmap_config; in tas5720_probe() 663 data->regmap = devm_regmap_init_i2c(client, regmap_config); in tas5720_probe()
|
D | tlv320aic23.h | 13 struct regmap_config; 15 extern const struct regmap_config tlv320aic23_regmap;
|
D | tlv320aic3x.h | 13 struct regmap_config; 15 extern const struct regmap_config aic3x_regmap;
|
D | cs4271.h | 8 extern const struct regmap_config cs4271_regmap_config;
|
D | adau1372.h | 19 extern const struct regmap_config adau1372_regmap_config;
|
D | pcm179x.h | 14 extern const struct regmap_config pcm179x_regmap_config;
|
D | adau1761.h | 20 extern const struct regmap_config adau1761_regmap_config;
|
D | adau1781.h | 20 extern const struct regmap_config adau1781_regmap_config;
|
D | tlv320aic32x4.h | 11 struct regmap_config; 19 extern const struct regmap_config aic32x4_regmap_config;
|
D | pcm1789.h | 12 extern const struct regmap_config pcm1789_regmap_config;
|
D | adau1977.h | 25 extern const struct regmap_config adau1977_regmap_config;
|
D | adav80x.h | 15 extern const struct regmap_config adav80x_regmap_config;
|
D | rt715-sdca-sdw.c | 92 static const struct regmap_config rt715_sdca_regmap = { 105 static const struct regmap_config rt715_sdca_mbq_regmap = {
|
D | adav801.c | 24 struct regmap_config config; in adav80x_spi_probe()
|
D | cs4271-spi.c | 16 struct regmap_config config; in cs4271_spi_probe()
|
D | cs4271-i2c.c | 17 struct regmap_config config; in cs4271_i2c_probe()
|
D | ad193x-i2c.c | 26 struct regmap_config config; in ad193x_i2c_probe()
|
D | adau1977-i2c.c | 20 struct regmap_config config; in adau1977_i2c_probe()
|
D | adau1372-spi.c | 32 struct regmap_config config; in adau1372_spi_probe()
|
/sound/soc/sunxi/ |
D | sun4i-codec.c | 1549 static const struct regmap_config sun4i_codec_regmap_config = { 1556 static const struct regmap_config sun6i_codec_regmap_config = { 1563 static const struct regmap_config sun7i_codec_regmap_config = { 1570 static const struct regmap_config sun8i_a23_codec_regmap_config = { 1577 static const struct regmap_config sun8i_h3_codec_regmap_config = { 1584 static const struct regmap_config sun8i_v3s_codec_regmap_config = { 1592 const struct regmap_config *regmap_config; member 1602 .regmap_config = &sun4i_codec_regmap_config, 1611 .regmap_config = &sun6i_codec_regmap_config, 1621 .regmap_config = &sun7i_codec_regmap_config, [all …]
|
/sound/soc/tegra/ |
D | tegra210_ahub.h | 113 const struct regmap_config *regmap_config; member
|
D | tegra210_ahub.c | 523 static const struct regmap_config tegra210_ahub_regmap_config = { 531 static const struct regmap_config tegra186_ahub_regmap_config = { 543 .regmap_config = &tegra210_ahub_regmap_config, 555 .regmap_config = &tegra186_ahub_regmap_config, 624 ahub->soc_data->regmap_config); in tegra_ahub_probe()
|
/sound/soc/meson/ |
D | axg-tdm-formatter.h | 32 const struct regmap_config *regmap_cfg;
|
12345678910>>...13