da732x           1122 sound/soc/codecs/da732x.c 	struct da732x_priv *da732x = snd_soc_component_get_drvdata(component);
da732x           1131 sound/soc/codecs/da732x.c 		da732x->pll_en = false;
da732x           1135 sound/soc/codecs/da732x.c 	if (da732x->pll_en)
da732x           1140 sound/soc/codecs/da732x.c 		switch (da732x->sysclk) {
da732x           1157 sound/soc/codecs/da732x.c 	indiv = da732x_get_input_div(component, da732x->sysclk);
da732x           1161 sound/soc/codecs/da732x.c 	fref = (da732x->sysclk / indiv);
da732x           1175 sound/soc/codecs/da732x.c 	da732x->pll_en = true;
da732x           1184 sound/soc/codecs/da732x.c 	struct da732x_priv *da732x = snd_soc_component_get_drvdata(component);
da732x           1186 sound/soc/codecs/da732x.c 	da732x->sysclk = freq;
da732x           1415 sound/soc/codecs/da732x.c 	struct da732x_priv *da732x = snd_soc_component_get_drvdata(component);
da732x           1476 sound/soc/codecs/da732x.c 			regcache_cache_only(da732x->regmap, false);
da732x           1477 sound/soc/codecs/da732x.c 			regcache_sync(da732x->regmap);
da732x           1484 sound/soc/codecs/da732x.c 			da732x->pll_en = false;
da732x           1488 sound/soc/codecs/da732x.c 		regcache_cache_only(da732x->regmap, true);
da732x           1492 sound/soc/codecs/da732x.c 		da732x->pll_en = false;
da732x           1517 sound/soc/codecs/da732x.c 	struct da732x_priv *da732x;
da732x           1521 sound/soc/codecs/da732x.c 	da732x = devm_kzalloc(&i2c->dev, sizeof(struct da732x_priv),
da732x           1523 sound/soc/codecs/da732x.c 	if (!da732x)
da732x           1526 sound/soc/codecs/da732x.c 	i2c_set_clientdata(i2c, da732x);
da732x           1528 sound/soc/codecs/da732x.c 	da732x->regmap = devm_regmap_init_i2c(i2c, &da732x_regmap);
da732x           1529 sound/soc/codecs/da732x.c 	if (IS_ERR(da732x->regmap)) {
da732x           1530 sound/soc/codecs/da732x.c 		ret = PTR_ERR(da732x->regmap);
da732x           1535 sound/soc/codecs/da732x.c 	ret = regmap_read(da732x->regmap, DA732X_REG_ID, &reg);