Searched refs:lookups (Results 1 - 25 of 40) sorted by relevance

12

/arch/arm/mach-highbank/
H A Dclock.c52 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
61 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/arm/mach-nomadik/
H A Dclock.c55 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
73 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/sh/kernel/cpu/
H A Dclock-cpg.c38 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
57 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7763.c94 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
116 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7780.c100 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
122 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7757.c105 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
144 for (i = 0; i < ARRAY_SIZE(lookups); i++)
145 clkdev_add(&lookups[i]);
H A Dclock-shx3.c103 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
145 for (i = 0; i < ARRAY_SIZE(lookups); i++)
146 clkdev_add(&lookups[i]);
H A Dclock-sh7722.c181 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
247 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7785.c119 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
171 for (i = 0; i < ARRAY_SIZE(lookups); i++)
172 clkdev_add(&lookups[i]);
H A Dclock-sh7786.c128 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
190 for (i = 0; i < ARRAY_SIZE(lookups); i++)
191 clkdev_add(&lookups[i]);
H A Dclock-sh7343.c197 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
277 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7366.c195 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
270 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/arm/mach-bcmring/
H A Dcore.c108 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
227 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/arm/mach-integrator/
H A Dcore.c77 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
105 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/arm/mach-shmobile/
H A Dclock-r8a7779.c129 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
170 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-r8a7740.c286 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
376 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7367.c262 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
349 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/sh/kernel/cpu/sh4/
H A Dclock-sh4-202.c150 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
174 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/arm/mach-vexpress/
H A Dct-ca9x4.c132 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
179 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/sh/boards/mach-highlander/
H A Dsetup.c338 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
379 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/arm/mach-realview/
H A Dcore.c281 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
336 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/arm/mach-spear3xx/
H A Dclock.c653 /* array of all spear 3xx clock lookups */
695 /* array of all spear 300 clock lookups */
706 /* array of all spear 310 clock lookups */
719 /* array of all spear 320 clock lookups */
740 struct clk_lookup *lookups; local
744 lookups = spear300_clk_lookups;
747 lookups = spear310_clk_lookups;
750 lookups = spear320_clk_lookups;
757 clk_register(&lookups[i]);
/arch/arm/mach-imx/
H A Dclock-imx1.c584 static struct clk_lookup lookups[] __initdata = {
627 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-imx25.c275 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
319 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/arch/arm/mach-mxs/
H A Dclock-mx23.c423 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
531 clkdev_add_table(lookups, ARRAY_SIZE(lookups));

Completed in 501 milliseconds

12