/linux-2.6.39/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()
|
/linux-2.6.39/arch/sh/kernel/cpu/ ! |
D | clock-cpg.c | 40 static struct clk_lookup lookups[] = { variable 59 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in cpg_clk_init()
|
/linux-2.6.39/arch/sh/kernel/cpu/sh4a/ ! |
D | clock-sh7763.c | 96 static struct clk_lookup lookups[] = { variable 118 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7780.c | 102 static struct clk_lookup lookups[] = { variable 124 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7757.c | 106 static struct clk_lookup lookups[] = { variable 156 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 157 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-shx3.c | 105 static struct clk_lookup lookups[] = { variable 186 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 187 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-sh7785.c | 121 static struct clk_lookup lookups[] = { variable 220 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 221 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-sh7722.c | 180 static struct clk_lookup lookups[] = { variable 268 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7786.c | 130 static struct clk_lookup lookups[] = { variable 263 for (i = 0; i < ARRAY_SIZE(lookups); i++) in arch_clk_init() 264 clkdev_add(&lookups[i]); in arch_clk_init()
|
D | clock-sh7343.c | 199 static struct clk_lookup lookups[] = { variable 294 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7366.c | 197 static struct clk_lookup lookups[] = { variable 283 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7723.c | 205 static struct clk_lookup lookups[] = { variable 344 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
D | clock-sh7724.c | 257 static struct clk_lookup lookups[] = { variable 401 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
/linux-2.6.39/arch/sh/kernel/cpu/sh4/ ! |
D | clock-sh4-202.c | 152 static struct clk_lookup lookups[] = { variable 176 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
|
/linux-2.6.39/arch/arm/mach-integrator/ ! |
D | core.c | 125 static struct clk_lookup lookups[] = { variable 149 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in integrator_init_early()
|
/linux-2.6.39/arch/arm/mach-vexpress/ ! |
D | ct-ca9x4.c | 144 static struct clk_lookup lookups[] = { variable 183 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in ct_ca9x4_init_early()
|
/linux-2.6.39/arch/sh/boards/mach-highlander/ ! |
D | setup.c | 340 static struct clk_lookup lookups[] = { variable 381 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in highlander_setup()
|
/linux-2.6.39/arch/arm/mach-bcmring/ ! |
D | core.c | 100 static struct clk_lookup lookups[] = { variable 154 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in bcmring_amba_init()
|
/linux-2.6.39/Documentation/filesystems/nfs/ ! |
D | idmapper.txt | 47 this case, /some/other/program will handle all uid lookups and 48 /usr/sbin/nfs.idmap will handle gid, user, and group lookups. 62 The actual lookups are performed by functions found in nfsidmap.h. nfs.idmap
|
/linux-2.6.39/Documentation/filesystems/ ! |
D | path-lookup.txt | 30 are path-walk intensive tend to do path lookups starting from a common dentry 47 Name lookups will want to find a particular path that a name string refers to 69 - perform dcache hash name lookups on (parent, name element) tuples; 96 using d_seq for synchronisation (see seqcount based lookups, below). 175 Seqcount based lookups 177 In refcount based dcache lookups, d_lock is used to serialise access to 206 With this two parts of the puzzle, we can do path lookups without taking 213 is the traditional[*] way of performing dcache lookups using d_lock to 217 lookups, and can perform lookup of intermediate elements without any stores to 299 lookups, and to assume dentry mount points and mount roots are stable up and [all …]
|
/linux-2.6.39/arch/arm/mach-imx/ ! |
D | clock-imx25.c | 274 static struct clk_lookup lookups[] = { variable 314 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in mx25_clocks_init()
|
/linux-2.6.39/arch/arm/mach-realview/ ! |
D | core.c | 320 static struct clk_lookup lookups[] = { variable 372 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in realview_init_early()
|
/linux-2.6.39/arch/arm/mach-shmobile/ ! |
D | clock-sh7377.c | 273 static struct clk_lookup lookups[] = { variable 363 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in sh7377_clock_init()
|
D | clock-sh73a0.c | 308 static struct clk_lookup lookups[] = { variable 382 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in sh73a0_clock_init()
|
D | clock-sh7367.c | 265 static struct clk_lookup lookups[] = { variable 352 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in sh7367_clock_init()
|