Searched refs:clk_is_match (Results 1 – 13 of 13) sorted by relevance
/linux/sound/soc/fsl/ |
A D | fsl_rpmsg.c | 53 if (clk_is_match(pp, rpmsg->pll8k) || in fsl_rpmsg_hw_params() 54 clk_is_match(pp, rpmsg->pll11k)) { in fsl_rpmsg_hw_params() 64 if (!clk_is_match(pll, npll)) { in fsl_rpmsg_hw_params()
|
A D | fsl_spdif.c | 1314 bool is_sysclk = clk_is_match(clk, spdif_priv->sysclk); in fsl_spdif_txclk_caldiv() 1410 if (clk_is_match(spdif_priv->txclk[index], spdif_priv->sysclk)) in fsl_spdif_probe_txclk()
|
/linux/include/linux/ |
A D | clk.h | 184 bool clk_is_match(const struct clk *p, const struct clk *q); 234 static inline bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function
|
/linux/arch/arm/mach-imx/ |
A D | mach-imx6q.c | 110 clksel = clk_is_match(ptp_clk, enet_ref) ? in imx6q_1588_init()
|
/linux/drivers/cpufreq/ |
A D | armada-8k-cpufreq.c | 57 if (clk_is_match(clk, cur_clk)) in armada_8k_get_sharing_cpus()
|
A D | qoriq-cpufreq.c | 99 if (clk_is_match(policy->clk, clk)) in set_affected_cpus()
|
/linux/sound/soc/kirkwood/ |
A D | kirkwood-i2s.c | 563 if (clk_is_match(priv->extclk, priv->clk)) { in kirkwood_i2s_dev_probe()
|
/linux/drivers/bluetooth/ |
A D | hci_bcm.c | 1056 if (dev->lpo_clk && clk_is_match(dev->lpo_clk, dev->txco_clk)) { in bcm_get_resources()
|
/linux/sound/soc/rockchip/ |
A D | rockchip_i2s_tdm.c | 1042 if (clk_is_match(i2s_tdm->mclk_root0, i2s_tdm->mclk_root1)) in rockchip_i2s_tdm_clk_compensation_put()
|
/linux/drivers/clk/ |
A D | clk.c | 2905 bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function 2918 EXPORT_SYMBOL_GPL(clk_is_match);
|
/linux/ |
A D | vmlinux.symvers | 2283 0x00000000 clk_is_match vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 24019 ffff800010654650 T clk_is_match
|
A D | .tmp_System.map | 24019 ffff800010654650 T clk_is_match
|
Completed in 1034 milliseconds