Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/
Dclk.c45 static struct clk_core *clk_core_lookup(const char *name);
618 return clk_core_lookup(clk->parent_names[index]); in clk_core_get_parent_by_index()
621 clk_core_lookup(clk->parent_names[index]); in clk_core_get_parent_by_index()
765 static struct clk_core *clk_core_lookup(const char *name) in clk_core_lookup() function
852 struct clk_core *core = clk_core_lookup(name); in __clk_lookup()
1429 clk->parents[i] = clk_core_lookup(parent->name); in clk_fetch_parent_index()
1993 clk->parent = clk_core_lookup(clk->parent_names[0]); in __clk_init_parent()
2286 if (clk_core_lookup(clk->name)) { in __clk_init()
2346 clk_core_lookup(clk->parent_names[i]); in __clk_init()