/arch/arm/mach-highbank/ |
D | clock.c | 52 static struct clk_lookup lookups[] = { variable 61 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in highbank_clocks_init()
|
/arch/arm/mach-nomadik/ |
D | clock.c | 55 static struct clk_lookup lookups[] = { variable 73 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in clk_init()
|
/arch/sh/kernel/cpu/ |
D | clock-cpg.c | 38 static struct clk_lookup lookups[] = { variable 57 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in cpg_clk_init()
|
/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7763.c | 94 static struct clk_lookup lookups[] = { variable 116 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7780.c | 100 static struct clk_lookup lookups[] = { variable 122 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7757.c | 105 static struct clk_lookup lookups[] = { variable 144 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 145 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-shx3.c | 103 static struct clk_lookup lookups[] = { variable 145 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 146 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-sh7785.c | 119 static struct clk_lookup lookups[] = { variable 171 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 172 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-sh7786.c | 128 static struct clk_lookup lookups[] = { variable 190 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 191 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-sh7722.c | 181 static struct clk_lookup lookups[] = { variable 247 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7366.c | 195 static struct clk_lookup lookups[] = { variable 270 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7723.c | 206 static struct clk_lookup lookups[] = { variable 297 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7343.c | 197 static struct clk_lookup lookups[] = { variable 277 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
/arch/arm/mach-integrator/ |
D | core.c | 77 static struct clk_lookup lookups[] = { variable 105 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in integrator_init_early()
|
/arch/arm/mach-bcmring/ |
D | core.c | 108 static struct clk_lookup lookups[] = { variable 227 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in bcmring_init_early()
|
/arch/sh/kernel/cpu/sh4/ |
D | clock-sh4-202.c | 150 static struct clk_lookup lookups[] = { variable 174 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
/arch/arm/mach-shmobile/ |
D | clock-r8a7779.c | 129 static struct clk_lookup lookups[] = { variable 170 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in r8a7779_clock_init()
|
D | clock-r8a7740.c | 286 static struct clk_lookup lookups[] = { variable 376 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in r8a7740_clock_init()
|
D | clock-sh7377.c | 270 static struct clk_lookup lookups[] = { variable 360 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in sh7377_clock_init()
|
D | clock-sh7367.c | 262 static struct clk_lookup lookups[] = { variable 349 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in sh7367_clock_init()
|
/arch/arm/mach-vexpress/ |
D | ct-ca9x4.c | 132 static struct clk_lookup lookups[] = { variable 179 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in ct_ca9x4_init_early()
|
/arch/sh/boards/mach-highlander/ |
D | setup.c | 338 static struct clk_lookup lookups[] = { variable 379 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in highlander_setup()
|
/arch/arm/mach-spear3xx/ |
D | clock.c | 740 struct clk_lookup *lookups; in spear3xx_clk_init() local 744 lookups = spear300_clk_lookups; in spear3xx_clk_init() 747 lookups = spear310_clk_lookups; in spear3xx_clk_init() 750 lookups = spear320_clk_lookups; in spear3xx_clk_init() 757 clk_register(&lookups[i]); in spear3xx_clk_init()
|
/arch/arm/mach-realview/ |
D | core.c | 281 static struct clk_lookup lookups[] = { variable 336 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in realview_init_early()
|
/arch/arm/mach-imx/ |
D | clock-imx25.c | 275 static struct clk_lookup lookups[] = { variable 319 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in mx25_clocks_init()
|