Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dclock.c12 struct clk_interface clk_functions; variable
16 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 …]
/arch/powerpc/include/asm/
Dclk_interface.h18 extern struct clk_interface clk_functions;
/arch/arm/plat-omap/include/plat/
Dclock.h275 struct clk_functions { struct
288 extern int clk_init(struct clk_functions *custom_clocks); argument
/arch/arm/mach-omap2/
Dclock.h141 extern struct clk_functions omap2_clk_functions;
Dclock.c532 struct clk_functions omap2_clk_functions = {
/arch/arm/plat-omap/
Dclock.c31 static struct clk_functions *arch_clock;
437 int __init clk_init(struct clk_functions * custom_clocks) in clk_init()
/arch/powerpc/platforms/512x/
Dclock.c742 clk_functions = mpc5121_clk_functions; in mpc5121_clk_init()
/arch/arm/mach-omap1/
Dclock_data.c768 static struct clk_functions omap1_clk_functions = {