Searched refs:clk_is_match (Results 1 – 4 of 4) sorted by relevance
394 bool clk_is_match(const struct clk *p, const struct clk *q);
28 ut_asserteq(clk_is_match(&clk_method1, &clk_method2), true); in dm_test_clk_base()
162 if (clk_is_match(&data->parents.clks[i], parent)) in serdes_am654_mux_clk_set_parent()
633 bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function