Searched refs:clk_reparent (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/sh/clk/ |
D | cpg.c | 217 clk_reparent(clk, clk->parent_table[val]); in sh_clk_init_parent() 296 ret = clk_reparent(clk, parent); in sh_clk_div6_set_parent() 352 ret = clk_reparent(clk, parent); in sh_clk_div4_set_parent()
|
D | core.c | 215 int clk_reparent(struct clk *child, struct clk *parent) in clk_reparent() function 526 ret = clk_reparent(clk, parent); in clk_set_parent()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
D | clock.h | 176 extern void clk_reparent(struct clk *child, struct clk *parent);
|
D | clock.c | 737 void clk_reparent(struct clk *child, struct clk *parent) in clk_reparent() function
|
/kernel/linux/linux-5.10/include/linux/ |
D | sh_clk.h | 84 int clk_reparent(struct clk *child, struct clk *parent);
|
/kernel/linux/linux-5.10/drivers/clk/ |
D | clk.c | 1720 static void clk_reparent(struct clk_core *core, struct clk_core *new_parent) in clk_reparent() function 1786 clk_reparent(core, parent); in __clk_set_parent_before() 1831 clk_reparent(core, old_parent); in __clk_set_parent() 2439 clk_reparent(core, new_parent); in clk_core_reparent()
|