wm8711            160 sound/soc/codecs/wm8711.c 	struct wm8711_priv *wm8711 =  snd_soc_component_get_drvdata(component);
wm8711            162 sound/soc/codecs/wm8711.c 	int i = get_coeff(wm8711->sysclk, params_rate(params));
wm8711            224 sound/soc/codecs/wm8711.c 	struct wm8711_priv *wm8711 =  snd_soc_component_get_drvdata(component);
wm8711            232 sound/soc/codecs/wm8711.c 		wm8711->sysclk = freq;
wm8711            300 sound/soc/codecs/wm8711.c 	struct wm8711_priv *wm8711 = snd_soc_component_get_drvdata(component);
wm8711            311 sound/soc/codecs/wm8711.c 			regcache_sync(wm8711->regmap);
wm8711            404 sound/soc/codecs/wm8711.c 	struct wm8711_priv *wm8711;
wm8711            407 sound/soc/codecs/wm8711.c 	wm8711 = devm_kzalloc(&spi->dev, sizeof(struct wm8711_priv),
wm8711            409 sound/soc/codecs/wm8711.c 	if (wm8711 == NULL)
wm8711            412 sound/soc/codecs/wm8711.c 	wm8711->regmap = devm_regmap_init_spi(spi, &wm8711_regmap);
wm8711            413 sound/soc/codecs/wm8711.c 	if (IS_ERR(wm8711->regmap))
wm8711            414 sound/soc/codecs/wm8711.c 		return PTR_ERR(wm8711->regmap);
wm8711            416 sound/soc/codecs/wm8711.c 	spi_set_drvdata(spi, wm8711);
wm8711            437 sound/soc/codecs/wm8711.c 	struct wm8711_priv *wm8711;
wm8711            440 sound/soc/codecs/wm8711.c 	wm8711 = devm_kzalloc(&client->dev, sizeof(struct wm8711_priv),
wm8711            442 sound/soc/codecs/wm8711.c 	if (wm8711 == NULL)
wm8711            445 sound/soc/codecs/wm8711.c 	wm8711->regmap = devm_regmap_init_i2c(client, &wm8711_regmap);
wm8711            446 sound/soc/codecs/wm8711.c 	if (IS_ERR(wm8711->regmap))
wm8711            447 sound/soc/codecs/wm8711.c 		return PTR_ERR(wm8711->regmap);
wm8711            449 sound/soc/codecs/wm8711.c 	i2c_set_clientdata(client, wm8711);