Searched refs:clk_is_match (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | clk.h | 173 bool clk_is_match(const struct clk *p, const struct clk *q); 216 static inline bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | armada-8k-cpufreq.c | 57 if (clk_is_match(clk, cur_clk)) in armada_8k_get_sharing_cpus()
|
D | qoriq-cpufreq.c | 99 if (clk_is_match(policy->clk, clk)) in set_affected_cpus()
|
/kernel/linux/linux-5.10/arch/arm/mach-imx/ |
D | mach-imx6q.c | 195 clksel = clk_is_match(ptp_clk, enet_ref) ? in imx6q_1588_init()
|
/kernel/linux/linux-5.10/sound/soc/kirkwood/ |
D | kirkwood-i2s.c | 563 if (clk_is_match(priv->extclk, priv->clk)) { in kirkwood_i2s_dev_probe()
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
D | fsl_spdif.c | 1151 bool is_sysclk = clk_is_match(clk, spdif_priv->sysclk); in fsl_spdif_txclk_caldiv() 1246 if (clk_is_match(spdif_priv->txclk[index], spdif_priv->sysclk)) in fsl_spdif_probe_txclk()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
D | hci_bcm.c | 1037 if (dev->lpo_clk && clk_is_match(dev->lpo_clk, dev->txco_clk)) { in bcm_get_resources()
|
/kernel/linux/linux-5.10/drivers/clk/ |
D | clk.c | 2909 bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function 2922 EXPORT_SYMBOL_GPL(clk_is_match);
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0009_linux_sound.patch | 12400 + if (clk_is_match(p, clk_src[i])) 12475 + if (!clk_is_match(pll, npll)) { 13316 + if (clk_is_match(pp, sai->pll8k_clk) || 13317 + clk_is_match(pp, sai->pll11k_clk)) { 13326 + if (!clk_is_match(pll, npll)) { 14916 + bool is_sysclk = clk_is_match(clk, spdif_priv->sysclk); 15009 + if (clk_is_match(spdif_priv->txclk[spdif_priv->txclk_src[index]], spdif_priv->sysclk)) 15045 + if (clk_is_match(pp, data->pll8k_clk) || 15046 + clk_is_match(pp, data->pll11k_clk)) { 15054 + reparent = (pll && !clk_is_match(pll, npll)); [all …]
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 28274 + if (clk_is_match(private->default_pll.pll, parent)) 28276 + else if (clk_is_match(private->hdmi_pll.pll, parent))
|