Home
last modified time | relevance | path

Searched refs:__clk_set_parent_before (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c1867 static struct clk_core *__clk_set_parent_before(struct clk_core *core, in __clk_set_parent_before() function
1940 old_parent = __clk_set_parent_before(core, parent); in __clk_set_parent()
2190 old_parent = __clk_set_parent_before(core, core->new_parent); in clk_change_rate()
3506 * We need to use __clk_set_parent_before() and _after() to in clk_core_reparent_orphans_nolock()
3513 __clk_set_parent_before(orphan, parent); in clk_core_reparent_orphans_nolock()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c2009 static struct clk_core *__clk_set_parent_before(struct clk_core *core, in __clk_set_parent_before() function
2082 old_parent = __clk_set_parent_before(core, parent); in __clk_set_parent()
2329 old_parent = __clk_set_parent_before(core, core->new_parent); in clk_change_rate()
3705 * We need to use __clk_set_parent_before() and _after() to in clk_core_reparent_orphans_nolock()
3712 __clk_set_parent_before(orphan, parent); in clk_core_reparent_orphans_nolock()

Completed in 12 milliseconds