Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk.c405 static struct clk *find_next_clk(struct clk *parent __maybe_unused, in find_next_clk() function
425 return !find_next_clk(clk->parent, clk); in clk_is_parent_last_child()
520 next = find_next_clk(parent, clk); in print_tree()