cs42l73          1095 sound/soc/codecs/cs42l73.c 	struct cs42l73_private *cs42l73 = snd_soc_component_get_drvdata(component);
cs42l73          1108 sound/soc/codecs/cs42l73.c 			regcache_cache_only(cs42l73->regmap, false);
cs42l73          1109 sound/soc/codecs/cs42l73.c 			regcache_sync(cs42l73->regmap);
cs42l73          1116 sound/soc/codecs/cs42l73.c 		if (cs42l73->shutdwn_delay > 0) {
cs42l73          1117 sound/soc/codecs/cs42l73.c 			mdelay(cs42l73->shutdwn_delay);
cs42l73          1118 sound/soc/codecs/cs42l73.c 			cs42l73->shutdwn_delay = 0;
cs42l73          1230 sound/soc/codecs/cs42l73.c 	struct cs42l73_private *cs42l73 = snd_soc_component_get_drvdata(component);
cs42l73          1233 sound/soc/codecs/cs42l73.c 	if (cs42l73->pdata.chgfreq)
cs42l73          1236 sound/soc/codecs/cs42l73.c 					cs42l73->pdata.chgfreq << 4);
cs42l73          1239 sound/soc/codecs/cs42l73.c 	cs42l73->mclksel = CS42L73_CLKID_MCLK1;
cs42l73          1240 sound/soc/codecs/cs42l73.c 	cs42l73->mclk = 0;
cs42l73          1276 sound/soc/codecs/cs42l73.c 	struct cs42l73_private *cs42l73;
cs42l73          1283 sound/soc/codecs/cs42l73.c 	cs42l73 = devm_kzalloc(&i2c_client->dev, sizeof(*cs42l73), GFP_KERNEL);
cs42l73          1284 sound/soc/codecs/cs42l73.c 	if (!cs42l73)
cs42l73          1287 sound/soc/codecs/cs42l73.c 	cs42l73->regmap = devm_regmap_init_i2c(i2c_client, &cs42l73_regmap);
cs42l73          1288 sound/soc/codecs/cs42l73.c 	if (IS_ERR(cs42l73->regmap)) {
cs42l73          1289 sound/soc/codecs/cs42l73.c 		ret = PTR_ERR(cs42l73->regmap);
cs42l73          1295 sound/soc/codecs/cs42l73.c 		cs42l73->pdata = *pdata;
cs42l73          1309 sound/soc/codecs/cs42l73.c 		cs42l73->pdata = *pdata;
cs42l73          1312 sound/soc/codecs/cs42l73.c 	i2c_set_clientdata(i2c_client, cs42l73);
cs42l73          1314 sound/soc/codecs/cs42l73.c 	if (cs42l73->pdata.reset_gpio) {
cs42l73          1316 sound/soc/codecs/cs42l73.c 					    cs42l73->pdata.reset_gpio,
cs42l73          1321 sound/soc/codecs/cs42l73.c 				cs42l73->pdata.reset_gpio, ret);
cs42l73          1324 sound/soc/codecs/cs42l73.c 		gpio_set_value_cansleep(cs42l73->pdata.reset_gpio, 0);
cs42l73          1325 sound/soc/codecs/cs42l73.c 		gpio_set_value_cansleep(cs42l73->pdata.reset_gpio, 1);
cs42l73          1329 sound/soc/codecs/cs42l73.c 	ret = regmap_read(cs42l73->regmap, CS42L73_DEVID_AB, &reg);
cs42l73          1332 sound/soc/codecs/cs42l73.c 	ret = regmap_read(cs42l73->regmap, CS42L73_DEVID_CD, &reg);
cs42l73          1335 sound/soc/codecs/cs42l73.c 	ret = regmap_read(cs42l73->regmap, CS42L73_DEVID_E, &reg);
cs42l73          1346 sound/soc/codecs/cs42l73.c 	ret = regmap_read(cs42l73->regmap, CS42L73_REVID, &reg);