/sound/soc/codecs/ |
D | wm8955.c | 136 struct pll_factors { struct 147 int Fref, int Fout, struct pll_factors *pll) in wm8995_pll_factors() argument 252 struct pll_factors pll; in wm8955_configure_clocking()
|
D | wm8974.c | 279 static void pll_factors(struct pll_ *pll_div, in pll_factors() function 337 pll_factors(&pll_div, freq_out, freq_in); in wm8974_set_dai_pll()
|
D | wm8510.c | 280 static void pll_factors(unsigned int target, unsigned int source) in pll_factors() function 333 pll_factors(freq_out*4, freq_in); in wm8510_set_dai_pll()
|
D | wm8804.c | 347 static int pll_factors(struct pll_div *pll_div, unsigned int target, in pll_factors() function 422 ret = pll_factors(&pll_div, freq_out, freq_in, in wm8804_set_pll()
|
D | wm8940.c | 527 static void pll_factors(unsigned int target, unsigned int source) in pll_factors() function 596 pll_factors(freq_out*4, freq_in); in wm8940_set_dai_pll()
|
D | wm8580.c | 369 static int pll_factors(struct _pll_div *pll_div, unsigned int target, in pll_factors() function 462 ret = pll_factors(&pll_div, freq_out, freq_in); in wm8580_set_dai_pll()
|
D | wm8978.c | 411 static void pll_factors(struct snd_soc_codec *codec, in pll_factors() function 539 pll_factors(codec, &pll_div, f2, wm8978->f_mclk); in wm8978_configure_pll()
|
D | wm8990.c | 897 static void pll_factors(struct _pll_div *pll_div, unsigned int target, in pll_factors() function 941 pll_factors(&pll_div, freq_out * 4, freq_in); in wm8990_set_dai_pll()
|
D | wm8983.c | 753 static int pll_factors(struct pll_div *pll_div, unsigned int target, in pll_factors() function 802 ret = pll_factors(&pll_div, freq_out * 4 * 2, freq_in); in wm8983_set_pll()
|
D | wm8985.c | 784 static int pll_factors(struct pll_div *pll_div, unsigned int target, in pll_factors() function 833 ret = pll_factors(&pll_div, freq_out * 4 * 2, freq_in); in wm8985_set_pll()
|
D | wm8991.c | 879 static void pll_factors(struct _pll_div *pll_div, unsigned int target, in pll_factors() function 924 pll_factors(&pll_div, freq_out * 4, freq_in); in wm8991_set_dai_pll()
|
D | wm8960.c | 1032 static int pll_factors(unsigned int source, unsigned int target, in pll_factors() function 1087 ret = pll_factors(freq_in, freq_out, &pll_div); in wm8960_set_pll()
|
D | wm9713.c | 724 static void pll_factors(struct snd_soc_codec *codec, in pll_factors() function 804 pll_factors(codec, &pll_div, freq_in); in wm9713_set_pll()
|
D | wm8753.c | 707 static void pll_factors(struct _pll_div *pll_div, unsigned int target, in pll_factors() function 772 pll_factors(&pll_div, freq_out * 8, freq_in); in wm8753_set_dai_pll()
|