Searched refs:clk_reparent (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/sh/clk/ |
H A 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()
|
H A 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-6.6/drivers/sh/clk/ |
H A 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()
|
H A 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/ |
H A D | clock.h | 176 extern void clk_reparent(struct clk *child, struct clk *parent);
|
H A D | clock.c | 737 void clk_reparent(struct clk *child, struct clk *parent) in clk_reparent() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sh_clk.h | 84 int clk_reparent(struct clk *child, struct clk *parent);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sh_clk.h | 84 int clk_reparent(struct clk *child, struct clk *parent);
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 531 * Orphan it and let clk_reparent() update the orphan status in clk_core_fill_parent_index() 1841 static void clk_reparent(struct clk_core *core, struct clk_core *new_parent) in clk_reparent() function 1907 clk_reparent(core, parent); in __clk_set_parent_before() 1952 clk_reparent(core, old_parent); in __clk_set_parent() 2566 clk_reparent(core, new_parent); in clk_core_reparent()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.c | 442 * Orphan it and let clk_reparent() update the orphan status in clk_core_fill_parent_index() 1983 static void clk_reparent(struct clk_core *core, struct clk_core *new_parent) in clk_reparent() function 2049 clk_reparent(core, parent); in __clk_set_parent_before() 2094 clk_reparent(core, old_parent); in __clk_set_parent() 2727 clk_reparent(core, new_parent); in clk_core_reparent()
|
Completed in 32 milliseconds