Searched refs:clk_hw_set_parent (Results 1 – 3 of 3) sorted by relevance
1407 int clk_hw_set_parent(struct clk_hw *hw, struct clk_hw *new_parent);
2920 int clk_hw_set_parent(struct clk_hw *hw, struct clk_hw *parent) in clk_hw_set_parent() function2924 EXPORT_SYMBOL_GPL(clk_hw_set_parent);
3603 ret = clk_hw_set_parent(nb_data->cpu_clk, parent_clk); in meson8b_cpu_clk_notifier_cb()