Home
last modified time | relevance | path

Searched refs:clk_is_match (Results 1 – 13 of 13) sorted by relevance

/linux-6.6.21/sound/soc/fsl/
Dfsl_utils.c136 if (clk_is_match(pp, pll8k_clk) || in fsl_asoc_reparent_pll_clocks()
137 clk_is_match(pp, pll11k_clk)) { in fsl_asoc_reparent_pll_clocks()
145 reparent = (pll && !clk_is_match(pll, npll)); in fsl_asoc_reparent_pll_clocks()
Dfsl_rpmsg.c53 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()
Dfsl_spdif.c1432 bool is_sysclk = clk_is_match(clk, spdif_priv->sysclk); in fsl_spdif_txclk_caldiv()
1525 if (clk_is_match(spdif_priv->txclk[spdif_priv->txclk_src[index]], spdif_priv->sysclk)) in fsl_spdif_probe_txclk()
/linux-6.6.21/drivers/gpu/drm/tegra/
Drgb.c130 if (!clk_is_match(rgb->clk_parent, rgb->pll_d_out0) && in tegra_rgb_pll_rate_change_allowed()
131 !clk_is_match(rgb->clk_parent, rgb->pll_d2_out0)) in tegra_rgb_pll_rate_change_allowed()
/linux-6.6.21/include/linux/
Dclk.h184 bool clk_is_match(const struct clk *p, const struct clk *q);
267 static inline bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function
/linux-6.6.21/arch/arm/mach-imx/
Dmach-imx6q.c118 clksel = clk_is_match(ptp_clk, enet_ref) ? in imx6q_1588_init()
/linux-6.6.21/drivers/cpufreq/
Darmada-8k-cpufreq.c64 if (clk_is_match(clk, cur_clk)) in armada_8k_get_sharing_cpus()
Dqoriq-cpufreq.c99 if (clk_is_match(policy->clk, clk)) in set_affected_cpus()
/linux-6.6.21/drivers/clk/
Dclk_test.c512 KUNIT_EXPECT_TRUE(test, clk_is_match(clk_get_parent(clk), parent)); in clk_test_multiple_parents_mux_get_parent()
564 KUNIT_ASSERT_TRUE(test, clk_is_match(clk_get_parent(clk), parent1)); in clk_test_multiple_parents_mux_set_range_set_parent_get_rate()
692 KUNIT_EXPECT_TRUE(test, clk_is_match(parent, new_parent)); in clk_test_orphan_transparent_multiple_parent_mux_set_parent()
1016 KUNIT_EXPECT_TRUE(test, clk_is_match(clk_get_parent(clk), parent)); in clk_test_single_parent_mux_get_parent()
2493 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_round_rate()
2530 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent)); in clk_mux_no_reparent_set_rate()
Dclk.c3157 bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function
3170 EXPORT_SYMBOL_GPL(clk_is_match);
/linux-6.6.21/sound/soc/kirkwood/
Dkirkwood-i2s.c693 if (clk_is_match(priv->extclk, priv->clk)) { in kirkwood_i2s_dev_probe()
/linux-6.6.21/drivers/bluetooth/
Dhci_bcm.c1113 if (dev->lpo_clk && clk_is_match(dev->lpo_clk, dev->txco_clk)) { in bcm_get_resources()
/linux-6.6.21/sound/soc/rockchip/
Drockchip_i2s_tdm.c1046 if (clk_is_match(i2s_tdm->mclk_root0, i2s_tdm->mclk_root1)) in rockchip_i2s_tdm_clk_compensation_put()