esai             1072 sound/soc/fsl/fsl_esai.c 	struct fsl_esai *esai = dev_get_drvdata(dev);
esai             1079 sound/soc/fsl/fsl_esai.c 	ret = clk_prepare_enable(esai->coreclk);
esai             1082 sound/soc/fsl/fsl_esai.c 	if (!IS_ERR(esai->spbaclk)) {
esai             1083 sound/soc/fsl/fsl_esai.c 		ret = clk_prepare_enable(esai->spbaclk);
esai             1087 sound/soc/fsl/fsl_esai.c 	if (!IS_ERR(esai->extalclk)) {
esai             1088 sound/soc/fsl/fsl_esai.c 		ret = clk_prepare_enable(esai->extalclk);
esai             1092 sound/soc/fsl/fsl_esai.c 	if (!IS_ERR(esai->fsysclk)) {
esai             1093 sound/soc/fsl/fsl_esai.c 		ret = clk_prepare_enable(esai->fsysclk);
esai             1098 sound/soc/fsl/fsl_esai.c 	regcache_cache_only(esai->regmap, false);
esai             1100 sound/soc/fsl/fsl_esai.c 	ret = fsl_esai_register_restore(esai);
esai             1107 sound/soc/fsl/fsl_esai.c 	if (!IS_ERR(esai->fsysclk))
esai             1108 sound/soc/fsl/fsl_esai.c 		clk_disable_unprepare(esai->fsysclk);
esai             1110 sound/soc/fsl/fsl_esai.c 	if (!IS_ERR(esai->extalclk))
esai             1111 sound/soc/fsl/fsl_esai.c 		clk_disable_unprepare(esai->extalclk);
esai             1113 sound/soc/fsl/fsl_esai.c 	if (!IS_ERR(esai->spbaclk))
esai             1114 sound/soc/fsl/fsl_esai.c 		clk_disable_unprepare(esai->spbaclk);
esai             1116 sound/soc/fsl/fsl_esai.c 	clk_disable_unprepare(esai->coreclk);
esai             1123 sound/soc/fsl/fsl_esai.c 	struct fsl_esai *esai = dev_get_drvdata(dev);
esai             1125 sound/soc/fsl/fsl_esai.c 	regcache_cache_only(esai->regmap, true);
esai             1127 sound/soc/fsl/fsl_esai.c 	if (!IS_ERR(esai->fsysclk))
esai             1128 sound/soc/fsl/fsl_esai.c 		clk_disable_unprepare(esai->fsysclk);
esai             1129 sound/soc/fsl/fsl_esai.c 	if (!IS_ERR(esai->extalclk))
esai             1130 sound/soc/fsl/fsl_esai.c 		clk_disable_unprepare(esai->extalclk);
esai             1131 sound/soc/fsl/fsl_esai.c 	if (!IS_ERR(esai->spbaclk))
esai             1132 sound/soc/fsl/fsl_esai.c 		clk_disable_unprepare(esai->spbaclk);
esai             1133 sound/soc/fsl/fsl_esai.c 	clk_disable_unprepare(esai->coreclk);