Home
last modified time | relevance | path

Searched refs:regmap_config (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/sound/soc/codecs/
Dak4642.c139 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()
Dtas571x.c41 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()
Dtas5720.c465 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()
Dtlv320aic23.h13 struct regmap_config;
15 extern const struct regmap_config tlv320aic23_regmap;
Dtlv320aic3x.h13 struct regmap_config;
15 extern const struct regmap_config aic3x_regmap;
Dcs4271.h8 extern const struct regmap_config cs4271_regmap_config;
Dadau1372.h19 extern const struct regmap_config adau1372_regmap_config;
Dpcm179x.h14 extern const struct regmap_config pcm179x_regmap_config;
Dadau1761.h20 extern const struct regmap_config adau1761_regmap_config;
Dadau1781.h20 extern const struct regmap_config adau1781_regmap_config;
Dtlv320aic32x4.h11 struct regmap_config;
19 extern const struct regmap_config aic32x4_regmap_config;
Dpcm1789.h12 extern const struct regmap_config pcm1789_regmap_config;
Dadau1977.h25 extern const struct regmap_config adau1977_regmap_config;
Dadav80x.h15 extern const struct regmap_config adav80x_regmap_config;
Drt715-sdca-sdw.c92 static const struct regmap_config rt715_sdca_regmap = {
105 static const struct regmap_config rt715_sdca_mbq_regmap = {
Dadav801.c24 struct regmap_config config; in adav80x_spi_probe()
Dcs4271-spi.c16 struct regmap_config config; in cs4271_spi_probe()
Dcs4271-i2c.c17 struct regmap_config config; in cs4271_i2c_probe()
Dad193x-i2c.c26 struct regmap_config config; in ad193x_i2c_probe()
Dadau1977-i2c.c20 struct regmap_config config; in adau1977_i2c_probe()
Dadau1372-spi.c32 struct regmap_config config; in adau1372_spi_probe()
/sound/soc/sunxi/
Dsun4i-codec.c1549 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/
Dtegra210_ahub.h113 const struct regmap_config *regmap_config; member
Dtegra210_ahub.c523 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/
Daxg-tdm-formatter.h32 const struct regmap_config *regmap_cfg;

12345678910>>...13