Home
last modified time | relevance | path

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

/Linux-v4.19/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.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-v4.19/arch/arm/mach-omap1/
Dclock.h179 extern void clk_reparent(struct clk *child, struct clk *parent);
Dclock.c740 void clk_reparent(struct clk *child, struct clk *parent) in clk_reparent() function
/Linux-v4.19/include/linux/
Dsh_clk.h84 int clk_reparent(struct clk *child, struct clk *parent);
/Linux-v4.19/drivers/clk/
Dclk.c1444 static void clk_reparent(struct clk_core *core, struct clk_core *new_parent) in clk_reparent() function
1510 clk_reparent(core, parent); in __clk_set_parent_before()
1555 clk_reparent(core, old_parent); in __clk_set_parent()
2163 clk_reparent(core, new_parent); in clk_core_reparent()