Home
last modified time | relevance | path

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

/drivers/sh/clk/
Dcpg.c232 clk_reparent(clk, clk->parent_table[val]); in sh_clk_init_parent()
311 ret = clk_reparent(clk, parent); in sh_clk_div6_set_parent()
367 ret = clk_reparent(clk, parent); in sh_clk_div4_set_parent()
Dcore.c214 int clk_reparent(struct clk *child, struct clk *parent) in clk_reparent() function
525 ret = clk_reparent(clk, parent); in clk_set_parent()
/drivers/clk/
Dclk.c1142 static void clk_reparent(struct clk_core *core, struct clk_core *new_parent) in clk_reparent() function
1208 clk_reparent(core, parent); in __clk_set_parent_before()
1253 clk_reparent(core, old_parent); in __clk_set_parent()
1741 clk_reparent(core, new_parent); in clk_core_reparent()