Lines Matching refs:other_parent
2480 struct clk *other_parent, *parent;
2491 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL);
2492 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent);
2493 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent));
2495 other_parent_rate = clk_get_rate(other_parent);
2497 clk_put(other_parent);
2516 struct clk *other_parent, *parent;
2528 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL);
2529 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, other_parent);
2530 KUNIT_ASSERT_FALSE(test, clk_is_match(parent, other_parent));
2532 other_parent_rate = clk_get_rate(other_parent);
2534 clk_put(other_parent);