Lines Matching refs:clk_hw_get_clk

228 	struct clk *clk = clk_hw_get_clk(hw, NULL);  in clk_test_get_rate()
249 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_set_get_rate()
274 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_set_set_get_rate()
300 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_round_set_get_rate()
370 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_get_rate()
394 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_set_range()
423 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_uncached_updated_rate_set_range()
508 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_multiple_parents_mux_get_parent()
509 struct clk *parent = clk_hw_get_clk(&ctx->parents_ctx[0].hw, NULL); in clk_test_multiple_parents_mux_get_parent()
526 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_multiple_parents_mux_has_parent()
529 parent = clk_hw_get_clk(&ctx->parents_ctx[0].hw, NULL); in clk_test_multiple_parents_mux_has_parent()
533 parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_test_multiple_parents_mux_has_parent()
648 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_get_parent()
665 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent()
669 parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent()
693 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_drop_range()
698 parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_drop_range()
727 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_get_rate()
732 parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_get_rate()
761 parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_put()
764 clk = clk_hw_get_clk(&ctx->hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_put()
792 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_modified()
797 parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_modified()
825 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched()
830 parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched()
862 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_orphan_transparent_multiple_parent_mux_set_range_round_rate()
994 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_single_parent_mux_get_parent()
995 struct clk *parent = clk_hw_get_clk(&ctx->parent_ctx.hw, NULL); in clk_test_single_parent_mux_get_parent()
1012 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_single_parent_mux_has_parent()
1013 struct clk *parent = clk_hw_get_clk(&ctx->parent_ctx.hw, NULL); in clk_test_single_parent_mux_has_parent()
1092 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_single_parent_mux_set_range_round_rate_parent_only()
1122 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_single_parent_mux_set_range_round_rate_child_smaller()
1160 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_single_parent_mux_set_range_round_rate_parent_smaller()
1259 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_test_orphan_transparent_parent_mux_set_range()
1363 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_orphan_two_level_root_last_test_get_rate()
1385 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_orphan_two_level_root_last_test_set_range()
1437 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range()
1462 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range_invalid()
1483 user1 = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_disjoints_range()
1486 user2 = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_disjoints_range()
1509 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range_round_rate_lower()
1534 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range_set_rate_lower()
1565 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range_set_round_rate_consistent_lower()
1594 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range_round_rate_higher()
1619 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range_set_rate_higher()
1650 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range_set_round_rate_consistent_higher()
1683 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range_get_rate_raised()
1715 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range_get_rate_lowered()
1775 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range_rate_maximized()
1827 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_maximized()
1831 user1 = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_maximized()
1834 user2 = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_maximized()
1886 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_put_maximized()
1890 user1 = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_put_maximized()
1893 user2 = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_put_maximized()
1963 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_set_range_rate_minimized()
2015 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_minimized()
2019 user1 = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_minimized()
2022 user2 = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_minimized()
2070 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_put_minimized()
2074 user1 = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_put_minimized()
2077 user2 = clk_hw_get_clk(hw, NULL); in clk_range_test_multiple_set_range_rate_put_minimized()
2294 struct clk *clk = clk_hw_get_clk(hw, NULL); in KUNIT_ARRAY_PARAM()
2416 ctx->clk = clk_hw_get_clk(&ctx->mux_ctx.hw, NULL); in clk_mux_notifier_test_init()
2446 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_mux_notifier_set_parent_test()
2447 struct clk *new_parent = clk_hw_get_clk(&ctx->mux_ctx.parents_ctx[1].hw, NULL); in clk_mux_notifier_set_parent_test()
2549 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_mux_no_reparent_round_rate()
2561 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_mux_no_reparent_round_rate()
2585 struct clk *clk = clk_hw_get_clk(hw, NULL); in clk_mux_no_reparent_set_rate()
2598 other_parent = clk_hw_get_clk(&ctx->parents_ctx[1].hw, NULL); in clk_mux_no_reparent_set_rate()