xti_clk           142 sound/soc/codecs/sta32x.c 	struct clk *xti_clk;
xti_clk           883 sound/soc/codecs/sta32x.c 	if (sta32x->xti_clk) {
xti_clk           884 sound/soc/codecs/sta32x.c 		ret = clk_prepare_enable(sta32x->xti_clk);
xti_clk           995 sound/soc/codecs/sta32x.c 	if (sta32x->xti_clk)
xti_clk           996 sound/soc/codecs/sta32x.c 		clk_disable_unprepare(sta32x->xti_clk);
xti_clk          1114 sound/soc/codecs/sta32x.c 	sta32x->xti_clk = devm_clk_get(dev, "xti");
xti_clk          1115 sound/soc/codecs/sta32x.c 	if (IS_ERR(sta32x->xti_clk)) {
xti_clk          1116 sound/soc/codecs/sta32x.c 		ret = PTR_ERR(sta32x->xti_clk);
xti_clk          1121 sound/soc/codecs/sta32x.c 		sta32x->xti_clk = NULL;