Searched refs:clk_reparent (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/sh/clk/ |
D | cpg.c | 232 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()
|
D | core.c | 214 int clk_reparent(struct clk *child, struct clk *parent) in clk_reparent() function 519 ret = clk_reparent(clk, parent); in clk_set_parent()
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | clock.h | 181 extern void clk_reparent(struct clk *child, struct clk *parent);
|
D | clock.c | 760 void clk_reparent(struct clk *child, struct clk *parent) in clk_reparent() function
|
/linux-4.1.27/include/linux/ |
D | sh_clk.h | 83 int clk_reparent(struct clk *child, struct clk *parent);
|
/linux-4.1.27/drivers/clk/ |
D | clk.c | 1437 static void clk_reparent(struct clk_core *clk, struct clk_core *new_parent) in clk_reparent() function 1487 clk_reparent(clk, parent); in __clk_set_parent_before() 1531 clk_reparent(clk, old_parent); in __clk_set_parent() 2027 clk_reparent(clk, new_parent); in clk_core_reparent()
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | clock-r8a7740.c | 204 ret = clk_reparent(clk, parent); in usb24s_set_parent()
|