wm8900 754 sound/soc/codecs/wm8900.c struct wm8900_priv *wm8900 = snd_soc_component_get_drvdata(component); wm8900 757 sound/soc/codecs/wm8900.c if (wm8900->fll_in == freq_in && wm8900->fll_out == freq_out) wm8900 770 sound/soc/codecs/wm8900.c wm8900->fll_in = freq_in; wm8900 771 sound/soc/codecs/wm8900.c wm8900->fll_out = freq_out; wm8900 779 sound/soc/codecs/wm8900.c wm8900->fll_in = freq_in; wm8900 780 sound/soc/codecs/wm8900.c wm8900->fll_out = freq_out; wm8900 1122 sound/soc/codecs/wm8900.c struct wm8900_priv *wm8900 = snd_soc_component_get_drvdata(component); wm8900 1123 sound/soc/codecs/wm8900.c int fll_out = wm8900->fll_out; wm8900 1124 sound/soc/codecs/wm8900.c int fll_in = wm8900->fll_in; wm8900 1134 sound/soc/codecs/wm8900.c wm8900->fll_out = fll_out; wm8900 1135 sound/soc/codecs/wm8900.c wm8900->fll_in = fll_in; wm8900 1144 sound/soc/codecs/wm8900.c struct wm8900_priv *wm8900 = snd_soc_component_get_drvdata(component); wm8900 1149 sound/soc/codecs/wm8900.c ret = regcache_sync(wm8900->regmap); wm8900 1158 sound/soc/codecs/wm8900.c if (wm8900->fll_out) { wm8900 1159 sound/soc/codecs/wm8900.c int fll_out = wm8900->fll_out; wm8900 1160 sound/soc/codecs/wm8900.c int fll_in = wm8900->fll_in; wm8900 1162 sound/soc/codecs/wm8900.c wm8900->fll_in = 0; wm8900 1163 sound/soc/codecs/wm8900.c wm8900->fll_out = 0; wm8900 1240 sound/soc/codecs/wm8900.c struct wm8900_priv *wm8900; wm8900 1243 sound/soc/codecs/wm8900.c wm8900 = devm_kzalloc(&spi->dev, sizeof(struct wm8900_priv), wm8900 1245 sound/soc/codecs/wm8900.c if (wm8900 == NULL) wm8900 1248 sound/soc/codecs/wm8900.c wm8900->regmap = devm_regmap_init_spi(spi, &wm8900_regmap); wm8900 1249 sound/soc/codecs/wm8900.c if (IS_ERR(wm8900->regmap)) wm8900 1250 sound/soc/codecs/wm8900.c return PTR_ERR(wm8900->regmap); wm8900 1252 sound/soc/codecs/wm8900.c spi_set_drvdata(spi, wm8900); wm8900 1278 sound/soc/codecs/wm8900.c struct wm8900_priv *wm8900; wm8900 1281 sound/soc/codecs/wm8900.c wm8900 = devm_kzalloc(&i2c->dev, sizeof(struct wm8900_priv), wm8900 1283 sound/soc/codecs/wm8900.c if (wm8900 == NULL) wm8900 1286 sound/soc/codecs/wm8900.c wm8900->regmap = devm_regmap_init_i2c(i2c, &wm8900_regmap); wm8900 1287 sound/soc/codecs/wm8900.c if (IS_ERR(wm8900->regmap)) wm8900 1288 sound/soc/codecs/wm8900.c return PTR_ERR(wm8900->regmap); wm8900 1290 sound/soc/codecs/wm8900.c i2c_set_clientdata(i2c, wm8900);