Searched refs:pre_rate_change (Results 1 – 3 of 3) sorted by relevance
2365 struct clk_mux_notifier_rate_change pre_rate_change; member2380 ctx->pre_rate_change.old_rate = clk_data->old_rate; in clk_mux_notifier_callback()2381 ctx->pre_rate_change.new_rate = clk_data->new_rate; in clk_mux_notifier_callback()2382 ctx->pre_rate_change.done = true; in clk_mux_notifier_callback()2383 wake_up_interruptible(&ctx->pre_rate_change.wq); in clk_mux_notifier_callback()2407 init_waitqueue_head(&ctx->pre_rate_change.wq); in clk_mux_notifier_test_init()2471 ret = wait_event_interruptible_timeout(ctx->pre_rate_change.wq, in clk_mux_notifier_set_parent_test()2472 ctx->pre_rate_change.done, in clk_mux_notifier_set_parent_test()2476 KUNIT_EXPECT_EQ(test, ctx->pre_rate_change.old_rate, DUMMY_CLOCK_RATE_1); in clk_mux_notifier_set_parent_test()2477 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
761 if (state && pll->params->pre_rate_change) { in _program_pll()762 ret = pll->params->pre_rate_change(); in _program_pll()