Lines Matching refs:regmap_config
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,
1630 .regmap_config = &sun8i_a23_codec_regmap_config,
1640 .regmap_config = &sun8i_h3_codec_regmap_config,
1655 .regmap_config = &sun8i_v3s_codec_regmap_config,
1723 quirks->regmap_config); in sun4i_codec_probe()