Searched refs:clk_is_match (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/soc/fsl/ |
| H A D | fsl_rpmsg.c | 54 if (clk_is_match(pp, rpmsg->pll8k) || in fsl_rpmsg_hw_params() 55 clk_is_match(pp, rpmsg->pll11k)) { in fsl_rpmsg_hw_params() 65 if (!clk_is_match(pll, npll)) { in fsl_rpmsg_hw_params()
|
| H A D | fsl_spdif.c | 1430 bool is_sysclk = clk_is_match(clk, spdif_priv->sysclk); in fsl_spdif_txclk_caldiv() 1523 if (clk_is_match(spdif_priv->txclk[spdif_priv->txclk_src[index]], spdif_priv->sysclk)) in fsl_spdif_probe_txclk()
|
| /linux/arch/arm/mach-imx/ |
| H A D | mach-imx6q.c | 118 clksel = clk_is_match(ptp_clk, enet_ref) ? in imx6q_1588_init()
|
| /linux/drivers/cpufreq/ |
| H A D | armada-8k-cpufreq.c | 64 if (clk_is_match(clk, cur_clk)) in armada_8k_get_sharing_cpus()
|
| H A D | qoriq-cpufreq.c | 99 if (clk_is_match(policy->clk, clk)) in set_affected_cpus()
|
| /linux/drivers/clk/ |
| H A D | clk-fixed-rate_test.c | 201 KUNIT_EXPECT_TRUE(test, clk_is_match(expected_parent, actual_parent)); in clk_fixed_rate_parent_test()
|
| H A D | clk.c | 3255 bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function 3268 EXPORT_SYMBOL_GPL(clk_is_match);
|
| /linux/sound/soc/kirkwood/ |
| H A D | kirkwood-i2s.c | 693 if (clk_is_match(priv->extclk, priv->clk)) { in kirkwood_i2s_dev_probe()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_bcm.c | 1100 if (dev->lpo_clk && clk_is_match(dev->lpo_clk, dev->txco_clk)) { in bcm_get_resources()
|