clk_hw_get_clk_kunit
clk = clk_hw_get_clk_kunit(test, hw, __func__);
expected_parent = clk_hw_get_clk_kunit(test, parent_hw, __func__);
clk = clk_hw_get_clk_kunit(test, hw, __func__);
clk = clk_hw_get_clk_kunit(test, hw, __func__);
EXPORT_SYMBOL_GPL(clk_hw_get_clk_kunit);
clk = clk_hw_get_clk_kunit(test, hw, con_id);
struct clk *clk = clk_hw_get_clk_kunit(test, hw, NULL);
struct clk *clk = clk_hw_get_clk_kunit(test, hw, NULL);
actual_parent = clk_hw_get_clk_kunit(test, parent_hw, __func__);
actual_parent = clk_hw_get_clk_kunit(test, parent_hw, __func__);
struct clk *clk = clk_hw_get_clk_kunit(test, hw, NULL);
parent1 = clk_hw_get_clk_kunit(test, &ctx->parents_ctx[0].hw, NULL);
parent2 = clk_hw_get_clk_kunit(test, &ctx->parents_ctx[1].hw, NULL);
struct clk *clk = clk_hw_get_clk_kunit(test, hw, NULL);
parent = clk_hw_get_clk_kunit(test, &ctx->parents_ctx[1].hw, NULL);
clk_hw_get_clk_kunit(struct kunit *test, struct clk_hw *hw, const char *con_id);