Lines Matching defs:source
406 static int rt1305_is_rc_clk_from_pll(struct snd_soc_dapm_widget *source,
410 snd_soc_dapm_to_component(source->dapm);
423 static int rt1305_is_sys_clk_from_pll(struct snd_soc_dapm_widget *source,
427 snd_soc_dapm_to_component(source->dapm);
756 int clk_id, int source, unsigned int freq, int dir)
793 int pll_id, int source, unsigned int freq_in,
800 if (source == rt1305->pll_src && freq_in == rt1305->pll_in &&
815 switch (source) {
838 dev_err(component->dev, "Unknown PLL Source %d\n", source);
861 rt1305->pll_src = source;