Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/sh/clk/
H A Dcpg.c217 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()
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()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dclock.h176 extern void clk_reparent(struct clk *child, struct clk *parent);
H A Dclock.c737 void clk_reparent(struct clk *child, struct clk *parent) in clk_reparent() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dsh_clk.h84 int clk_reparent(struct clk *child, struct clk *parent);
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk.c1806 static void clk_reparent(struct clk_core *core, struct clk_core *new_parent) in clk_reparent() function
1872 clk_reparent(core, parent); in __clk_set_parent_before()
1917 clk_reparent(core, old_parent); in __clk_set_parent()
2541 clk_reparent(core, new_parent); in clk_core_reparent()