fll_out            60 sound/soc/codecs/wm8400.c 	int fll_in, fll_out;
fll_out           942 sound/soc/codecs/wm8400.c 	if (freq_in == wm8400->fll_in && freq_out == wm8400->fll_out)
fll_out           956 sound/soc/codecs/wm8400.c 	wm8400->fll_out = freq_out;
fll_out           141 sound/soc/codecs/wm8900.c 	u32 fll_out; /* FLL output frequency */
fll_out           757 sound/soc/codecs/wm8900.c 	if (wm8900->fll_in == freq_in && wm8900->fll_out == freq_out)
fll_out           771 sound/soc/codecs/wm8900.c 		wm8900->fll_out = freq_out;
fll_out           780 sound/soc/codecs/wm8900.c 	wm8900->fll_out = freq_out;
fll_out          1123 sound/soc/codecs/wm8900.c 	int fll_out = wm8900->fll_out;
fll_out          1134 sound/soc/codecs/wm8900.c 	wm8900->fll_out = fll_out;
fll_out          1158 sound/soc/codecs/wm8900.c 	if (wm8900->fll_out) {
fll_out          1159 sound/soc/codecs/wm8900.c 		int fll_out = wm8900->fll_out;
fll_out          1163 sound/soc/codecs/wm8900.c 		wm8900->fll_out = 0;
fll_out          1165 sound/soc/codecs/wm8900.c 		ret = wm8900_set_fll(component, 0, fll_in, fll_out);