Home
last modified time | relevance | path

Searched refs:clk_hw_set_parent (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/clk/meson/
H A Dg12a.c970 clk_hw_set_parent(nb_data->cpu_clk_premux1, in g12a_cpu_clk_postmux_notifier_cb()
974 clk_hw_set_parent(nb_data->cpu_clk_postmux1, in g12a_cpu_clk_postmux_notifier_cb()
978 clk_hw_set_parent(nb_data->cpu_clk_dyn, in g12a_cpu_clk_postmux_notifier_cb()
1002 clk_hw_set_parent(nb_data->cpu_clk_dyn, in g12a_cpu_clk_postmux_notifier_cb()
1067 clk_hw_set_parent(nb_data->cpu_clk, in g12a_sys_pll_notifier_cb()
1092 clk_hw_set_parent(nb_data->cpu_clk, in g12a_sys_pll_notifier_cb()
H A Dmeson8b.c3770 ret = clk_hw_set_parent(nb_data->cpu_clk, parent_clk); in meson8b_cpu_clk_notifier_cb()
/openbmc/linux/include/linux/
H A Dclk-provider.h1317 int clk_hw_set_parent(struct clk_hw *hw, struct clk_hw *new_parent);
/openbmc/linux/drivers/clk/
H A Dclk.c2913 int clk_hw_set_parent(struct clk_hw *hw, struct clk_hw *parent) in clk_hw_set_parent() function
2917 EXPORT_SYMBOL_GPL(clk_hw_set_parent);