Searched refs:pre_rate_change (Results 1 – 3 of 3) sorted by relevance
2349 struct clk_mux_notifier_rate_change pre_rate_change; member2364 ctx->pre_rate_change.old_rate = clk_data->old_rate; in clk_mux_notifier_callback()2365 ctx->pre_rate_change.new_rate = clk_data->new_rate; in clk_mux_notifier_callback()2366 ctx->pre_rate_change.done = true; in clk_mux_notifier_callback()2367 wake_up_interruptible(&ctx->pre_rate_change.wq); in clk_mux_notifier_callback()2391 init_waitqueue_head(&ctx->pre_rate_change.wq); in clk_mux_notifier_test_init()2455 ret = wait_event_interruptible_timeout(ctx->pre_rate_change.wq, in clk_mux_notifier_set_parent_test()2456 ctx->pre_rate_change.done, in clk_mux_notifier_set_parent_test()2460 KUNIT_EXPECT_EQ(test, ctx->pre_rate_change.old_rate, DUMMY_CLOCK_RATE_1); in clk_mux_notifier_set_parent_test()2461 KUNIT_EXPECT_EQ(test, ctx->pre_rate_change.new_rate, DUMMY_CLOCK_RATE_2); in clk_mux_notifier_set_parent_test()
349 int (*pre_rate_change)(void); member
760 if (state && pll->params->pre_rate_change) { in _program_pll()761 ret = pll->params->pre_rate_change(); in _program_pll()