Lines Matching refs:parent_ctx
936 struct clk_dummy_context parent_ctx; member
950 ctx->parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_single_parent_mux_test_init()
951 ctx->parent_ctx.hw.init = in clk_single_parent_mux_test_init()
956 ret = clk_hw_register(NULL, &ctx->parent_ctx.hw); in clk_single_parent_mux_test_init()
977 clk_hw_unregister(&ctx->parent_ctx.hw); in clk_single_parent_mux_test_exit()
990 struct clk *parent = clk_hw_get_clk(&ctx->parent_ctx.hw, NULL); in clk_test_single_parent_mux_get_parent()
1008 struct clk *parent = clk_hw_get_clk(&ctx->parent_ctx.hw, NULL); in clk_test_single_parent_mux_has_parent()
1238 ctx->parent_ctx.hw.init = &init; in clk_orphan_transparent_single_parent_mux_test_init()
1239 ctx->parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_orphan_transparent_single_parent_mux_test_init()
1241 ret = clk_hw_register(NULL, &ctx->parent_ctx.hw); in clk_orphan_transparent_single_parent_mux_test_init()
1267 ctx->parent_ctx.rate - 1000, in clk_test_orphan_transparent_parent_mux_set_range()
1268 ctx->parent_ctx.rate + 1000), in clk_test_orphan_transparent_parent_mux_set_range()
1300 struct clk_dummy_context parent_ctx; member
1315 ctx->parent_ctx.hw.init = in clk_orphan_two_level_root_last_test_init()
1320 ret = clk_hw_register(NULL, &ctx->parent_ctx.hw); in clk_orphan_two_level_root_last_test_init()
1350 clk_hw_unregister(&ctx->parent_ctx.hw); in clk_orphan_two_level_root_last_test_exit()