Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-omap2/
Dclockdomain.h146 struct clkdm_ops { struct
163 int clkdm_register_platform_funcs(struct clkdm_ops *co); argument
202 extern struct clkdm_ops omap2_clkdm_operations;
203 extern struct clkdm_ops omap3_clkdm_operations;
204 extern struct clkdm_ops omap4_clkdm_operations;
Dclockdomain2xxx_3xxx.c244 struct clkdm_ops omap2_clkdm_operations = {
257 struct clkdm_ops omap3_clkdm_operations = {
Dclockdomain44xx.c115 struct clkdm_ops omap4_clkdm_operations = {
Dclockdomain.c39 static struct clkdm_ops *arch_clkdm;
253 int clkdm_register_platform_funcs(struct clkdm_ops *co) in clkdm_register_platform_funcs()