wm8940            469 sound/soc/codecs/wm8940.c 	struct wm8940_priv *wm8940 = snd_soc_component_get_drvdata(component);
wm8940            493 sound/soc/codecs/wm8940.c 			ret = regcache_sync(wm8940->regmap);
wm8940            618 sound/soc/codecs/wm8940.c 	struct wm8940_priv *wm8940 = snd_soc_component_get_drvdata(component);
wm8940            626 sound/soc/codecs/wm8940.c 		wm8940->sysclk = freq;
wm8940            755 sound/soc/codecs/wm8940.c 	struct wm8940_priv *wm8940;
wm8940            758 sound/soc/codecs/wm8940.c 	wm8940 = devm_kzalloc(&i2c->dev, sizeof(struct wm8940_priv),
wm8940            760 sound/soc/codecs/wm8940.c 	if (wm8940 == NULL)
wm8940            763 sound/soc/codecs/wm8940.c 	wm8940->regmap = devm_regmap_init_i2c(i2c, &wm8940_regmap);
wm8940            764 sound/soc/codecs/wm8940.c 	if (IS_ERR(wm8940->regmap))
wm8940            765 sound/soc/codecs/wm8940.c 		return PTR_ERR(wm8940->regmap);
wm8940            767 sound/soc/codecs/wm8940.c 	i2c_set_clientdata(i2c, wm8940);
wm8940             50 sound/soc/pxa/imote2.c SND_SOC_DAILINK_DEFS(wm8940,
wm8940             62 sound/soc/pxa/imote2.c 	SND_SOC_DAILINK_REG(wm8940),