Home
last modified time | relevance | path

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

/linux-6.15/drivers/sh/clk/
H A Dcpg.c220 clk_reparent(clk, clk->parent_table[val]); in sh_clk_init_parent()
299 ret = clk_reparent(clk, parent); in sh_clk_div6_set_parent()
355 ret = clk_reparent(clk, parent); in sh_clk_div4_set_parent()
H A Dcore.c215 int clk_reparent(struct clk *child, struct clk *parent) in clk_reparent() function
526 ret = clk_reparent(clk, parent); in clk_set_parent()
/linux-6.15/include/linux/
H A Dsh_clk.h84 int clk_reparent(struct clk *child, struct clk *parent);
/linux-6.15/drivers/clk/
H A Dclk.c2084 static void clk_reparent(struct clk_core *core, struct clk_core *new_parent) in clk_reparent() function
2150 clk_reparent(core, parent); in __clk_set_parent_before()
2195 clk_reparent(core, old_parent); in __clk_set_parent()
2828 clk_reparent(core, new_parent); in clk_core_reparent()