Searched refs:mux_ctx (Results 1 – 1 of 1) sorted by relevance
2134 struct clk_multiple_parent_ctx mux_ctx; member2191 ctx->mux_ctx.current_parent = 0; in clk_leaf_mux_set_rate_parent_test_init()2195 ret = clk_hw_register(NULL, &ctx->mux_ctx.hw); in clk_leaf_mux_set_rate_parent_test_init()2221 clk_hw_unregister(&ctx->mux_ctx.hw); in clk_leaf_mux_set_rate_parent_test_exit()2222 clk_hw_unregister(&ctx->mux_ctx.parents_ctx[0].hw); in clk_leaf_mux_set_rate_parent_test_exit()2346 struct clk_multiple_parent_ctx mux_ctx; member2410 ctx->mux_ctx.current_parent = 0; in clk_mux_notifier_test_init()2414 ret = clk_hw_register(NULL, &ctx->mux_ctx.hw); in clk_mux_notifier_test_init()2418 ctx->clk = clk_hw_get_clk(&ctx->mux_ctx.hw, NULL); in clk_mux_notifier_test_init()2434 clk_hw_unregister(&ctx->mux_ctx.hw); in clk_mux_notifier_test_exit()[all …]