Lines Matching defs:fll
79 struct wm5100_fll fll[2];
1763 struct wm5100_fll *fll;
1769 fll = &wm5100->fll[0];
1774 fll = &wm5100->fll[1];
1785 if (fll->fout)
1787 fll->fout = 0;
1829 try_wait_for_completion(&fll->lock);
1846 time_left = wait_for_completion_timeout(&fll->lock,
1871 fll->src = source;
1872 fll->fref = Fref;
1873 fll->fout = Fout;
2187 complete(&wm5100->fll[0].lock);
2191 complete(&wm5100->fll[1].lock);
2421 for (i = 0; i < ARRAY_SIZE(wm5100->fll); i++)
2422 init_completion(&wm5100->fll[i].lock);