Searched refs:root_clk (Results 1 – 1 of 1) sorted by relevance
310 struct clk_core *root_clk; in clk_core_lookup() local317 hlist_for_each_entry(root_clk, &clk_root_list, child_node) { in clk_core_lookup()318 ret = __clk_lookup_subtree(name, root_clk); in clk_core_lookup()324 hlist_for_each_entry(root_clk, &clk_orphan_list, child_node) { in clk_core_lookup()325 ret = __clk_lookup_subtree(name, root_clk); in clk_core_lookup()