wm8971            433 sound/soc/codecs/wm8971.c 	struct wm8971_priv *wm8971 = snd_soc_component_get_drvdata(component);
wm8971            441 sound/soc/codecs/wm8971.c 		wm8971->sysclk = freq;
wm8971            510 sound/soc/codecs/wm8971.c 	struct wm8971_priv *wm8971 = snd_soc_component_get_drvdata(component);
wm8971            513 sound/soc/codecs/wm8971.c 	int coeff = get_coeff(wm8971->sysclk, params_rate(params));
wm8971            553 sound/soc/codecs/wm8971.c 	struct wm8971_priv *wm8971 =
wm8971            557 sound/soc/codecs/wm8971.c 	regmap_update_bits(wm8971->regmap, WM8971_PWR1, 0x0180, 0x0100);
wm8971            563 sound/soc/codecs/wm8971.c 	struct wm8971_priv *wm8971 = snd_soc_component_get_drvdata(component);
wm8971            573 sound/soc/codecs/wm8971.c 		flush_delayed_work(&wm8971->charge_work);
wm8971            581 sound/soc/codecs/wm8971.c 				&wm8971->charge_work, msecs_to_jiffies(1000));
wm8971            589 sound/soc/codecs/wm8971.c 		cancel_delayed_work_sync(&wm8971->charge_work);
wm8971            629 sound/soc/codecs/wm8971.c 	struct wm8971_priv *wm8971 = snd_soc_component_get_drvdata(component);
wm8971            631 sound/soc/codecs/wm8971.c 	INIT_DELAYED_WORK(&wm8971->charge_work, wm8971_charge_work);
wm8971            677 sound/soc/codecs/wm8971.c 	struct wm8971_priv *wm8971;
wm8971            680 sound/soc/codecs/wm8971.c 	wm8971 = devm_kzalloc(&i2c->dev, sizeof(struct wm8971_priv),
wm8971            682 sound/soc/codecs/wm8971.c 	if (wm8971 == NULL)
wm8971            685 sound/soc/codecs/wm8971.c 	wm8971->regmap = devm_regmap_init_i2c(i2c, &wm8971_regmap);
wm8971            686 sound/soc/codecs/wm8971.c 	if (IS_ERR(wm8971->regmap))
wm8971            687 sound/soc/codecs/wm8971.c 		return PTR_ERR(wm8971->regmap);
wm8971            689 sound/soc/codecs/wm8971.c 	i2c_set_clientdata(i2c, wm8971);