Searched refs:clk_functions (Results 1 – 8 of 8) sorted by relevance
12 struct clk_interface clk_functions; variable16 if (clk_functions.clk_get) in clk_get()17 return clk_functions.clk_get(dev, id); in clk_get()24 if (clk_functions.clk_put) in clk_put()25 clk_functions.clk_put(clk); in clk_put()31 if (clk_functions.clk_enable) in clk_enable()32 return clk_functions.clk_enable(clk); in clk_enable()39 if (clk_functions.clk_disable) in clk_disable()40 clk_functions.clk_disable(clk); in clk_disable()46 if (clk_functions.clk_get_rate) in clk_get_rate()[all …]
18 extern struct clk_interface clk_functions;
275 struct clk_functions { struct288 extern int clk_init(struct clk_functions *custom_clocks); argument
141 extern struct clk_functions omap2_clk_functions;
532 struct clk_functions omap2_clk_functions = {
31 static struct clk_functions *arch_clock;437 int __init clk_init(struct clk_functions * custom_clocks) in clk_init()
742 clk_functions = mpc5121_clk_functions; in mpc5121_clk_init()
768 static struct clk_functions omap1_clk_functions = {