Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c456 * clk_core_get - Find the clk_core parent of a clk
491 static struct clk_core *clk_core_get(struct clk_core *core, u8 p_index) in clk_core_get() function
537 parent = clk_core_get(core, index); in clk_core_fill_parent_index()
1794 if (parent == clk_core_get(core, i)) in clk_fetch_parent_index()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c361 * clk_core_get - Find the clk_core parent of a clk
396 static struct clk_core *clk_core_get(struct clk_core *core, u8 p_index) in clk_core_get() function
435 parent = clk_core_get(core, index); in clk_core_fill_parent_index()
1936 if (parent == clk_core_get(core, i)) in clk_fetch_parent_index()

Completed in 13 milliseconds