max9850           116 sound/soc/codecs/max9850.c 	struct max9850_priv *max9850 = snd_soc_component_get_drvdata(component);
max9850           120 sound/soc/codecs/max9850.c 	if (!max9850->sysclk)
max9850           128 sound/soc/codecs/max9850.c 	do_div(lrclk_div, max9850->sysclk);
max9850           155 sound/soc/codecs/max9850.c 	struct max9850_priv *max9850 = snd_soc_component_get_drvdata(component);
max9850           167 sound/soc/codecs/max9850.c 	max9850->sysclk = freq;
max9850           227 sound/soc/codecs/max9850.c 	struct max9850_priv *max9850 = snd_soc_component_get_drvdata(component);
max9850           237 sound/soc/codecs/max9850.c 			ret = regcache_sync(max9850->regmap);
max9850           305 sound/soc/codecs/max9850.c 	struct max9850_priv *max9850;
max9850           308 sound/soc/codecs/max9850.c 	max9850 = devm_kzalloc(&i2c->dev, sizeof(struct max9850_priv),
max9850           310 sound/soc/codecs/max9850.c 	if (max9850 == NULL)
max9850           313 sound/soc/codecs/max9850.c 	max9850->regmap = devm_regmap_init_i2c(i2c, &max9850_regmap);
max9850           314 sound/soc/codecs/max9850.c 	if (IS_ERR(max9850->regmap))
max9850           315 sound/soc/codecs/max9850.c 		return PTR_ERR(max9850->regmap);
max9850           317 sound/soc/codecs/max9850.c 	i2c_set_clientdata(i2c, max9850);