wm8728            163 sound/soc/codecs/wm8728.c 	struct wm8728_priv *wm8728 = snd_soc_component_get_drvdata(component);
wm8728            176 sound/soc/codecs/wm8728.c 			regcache_sync(wm8728->regmap);
wm8728            245 sound/soc/codecs/wm8728.c 	struct wm8728_priv *wm8728;
wm8728            248 sound/soc/codecs/wm8728.c 	wm8728 = devm_kzalloc(&spi->dev, sizeof(struct wm8728_priv),
wm8728            250 sound/soc/codecs/wm8728.c 	if (wm8728 == NULL)
wm8728            253 sound/soc/codecs/wm8728.c 	wm8728->regmap = devm_regmap_init_spi(spi, &wm8728_regmap);
wm8728            254 sound/soc/codecs/wm8728.c 	if (IS_ERR(wm8728->regmap))
wm8728            255 sound/soc/codecs/wm8728.c 		return PTR_ERR(wm8728->regmap);
wm8728            257 sound/soc/codecs/wm8728.c 	spi_set_drvdata(spi, wm8728);
wm8728            278 sound/soc/codecs/wm8728.c 	struct wm8728_priv *wm8728;
wm8728            281 sound/soc/codecs/wm8728.c 	wm8728 = devm_kzalloc(&i2c->dev, sizeof(struct wm8728_priv),
wm8728            283 sound/soc/codecs/wm8728.c 	if (wm8728 == NULL)
wm8728            286 sound/soc/codecs/wm8728.c 	wm8728->regmap = devm_regmap_init_i2c(i2c, &wm8728_regmap);
wm8728            287 sound/soc/codecs/wm8728.c 	if (IS_ERR(wm8728->regmap))
wm8728            288 sound/soc/codecs/wm8728.c 		return PTR_ERR(wm8728->regmap);
wm8728            290 sound/soc/codecs/wm8728.c 	i2c_set_clientdata(i2c, wm8728);