Searched refs:name (Results 1 - 25 of 20990) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dlinkage.h6 #define SYSCALL_ALIAS(alias, name) \
7 asm ( #alias " = " #name "\n\t.globl " #alias)
/linux-master/arch/alpha/kernel/
H A Dconsole.c23 .name = "alpha-vga+",
H A Dcore_mcpcia.c315 io->name = pci_io_names[h];
320 mem->name = pci_mem_names[h];
325 hae_mem->name = pci_hae0_name;
H A Dcore_t2.c441 hae_mem->name = pci_hae0_name;
H A Dcore_tsunami.c278 hose->io_space->name = pci_io_names[index];
283 hose->mem_space->name = pci_mem_names[index];
H A Derr_common.c94 char *name = "UNKNOWN EVENT";
107 name = "SYSTEM ERROR";
114 name = "SYSTEM EVENT";
121 name = "ERROR HALT";
128 name = "LOGOUT FRAME";
143 name,
92 char *name = "UNKNOWN EVENT"; local
H A Derr_marvel.c29 struct { int type; char *name; } ev_packets[] = { member in struct:__anon83
55 ev_packets[i].name,
H A Dirq_srm.c39 .name = "SRM",
H A Dsmc37c669.c2347 allocinode( smc_ddb.name, 1, &ip );
/linux-master/arch/arc/kernel/
H A Darc_hostlink.c46 .name = "hostlink",
H A Dmodule.c122 module->name, ELF32_R_TYPE(rel_entry[i].r_info));
/linux-master/arch/arm/include/asm/
H A Dfiq.h26 const char *name; member in struct:fiq_handler
H A Dglue.h16 #define ____glue(name,fn) name##fn
18 #define ____glue(name,fn) name/**/fn
20 #define __glue(name,fn) ____glue(name,fn)
H A Dlinkage.h8 #define ENDPROC(name) \
9 .type name, %function; \
10 END(name)
/linux-master/arch/arm/include/asm/mach/
H A Dflash.h14 * map_name: the map probe function name
15 * name: flash device name (eg, as used with mtdparts=)
26 const char *name; member in struct:flash_platform_data
/linux-master/arch/arm/kernel/
H A Dearly_printk.c34 .name = "earlycon",
H A Dsmp_twd.c244 clk->name = "local_timer";
/linux-master/arch/arm/mach-ep93xx/
H A Ddma.c30 { .name = (_name), .base = (_base), .irq = (_irq) }
68 .name = "ep93xx-dma-m2p",
99 .name = "ep93xx-dma-m2m",
/linux-master/arch/arm/mach-footbridge/
H A Debsa285.c37 const char *name; member in struct:__anon191
91 led->cdev.name = ebsa285_leds[i].name;
H A Dnetwinder-hw.c676 const char *name; member in struct:__anon192
734 led->cdev.name = netwinder_leds[i].name;
/linux-master/arch/arm/mach-omap2/
H A Dclockdomains2420_data.c21 * The overly-specific dep_bit names are due to a bit name collision
80 .name = "mpu_clkdm",
81 .pwrdm = { .name = "mpu_pwrdm" },
88 .name = "iva1_clkdm",
89 .pwrdm = { .name = "dsp_pwrdm" },
97 .name = "dsp_clkdm",
98 .pwrdm = { .name = "dsp_pwrdm" },
104 .name = "gfx_clkdm",
105 .pwrdm = { .name = "gfx_pwrdm" },
112 .name
[all...]
H A Dclockdomains2430_data.c21 * The overly-specific dep_bit names are due to a bit name collision
91 .name = "mpu_clkdm",
92 .pwrdm = { .name = "mpu_pwrdm" },
98 /* Another case of bit name collisions between several registers: EN_MDM */
100 .name = "mdm_clkdm",
101 .pwrdm = { .name = "mdm_pwrdm" },
109 .name = "dsp_clkdm",
110 .pwrdm = { .name = "dsp_pwrdm" },
118 .name = "gfx_clkdm",
119 .pwrdm = { .name
[all...]
H A Dclockdomains2xxx_3xxx_data.c21 * The overly-specific dep_bit names are due to a bit name collision
89 .name = "wkup_clkdm",
90 .pwrdm = { .name = "wkup_pwrdm" },
H A Dclockdomains3xxx_data.c19 * The overly-specific dep_bit names are due to a bit name collision
223 .name = "mpu_clkdm",
224 .pwrdm = { .name = "mpu_pwrdm" },
232 .name = "mpu_clkdm",
233 .pwrdm = { .name = "mpu_pwrdm" },
241 .name = "neon_clkdm",
242 .pwrdm = { .name = "neon_pwrdm" },
249 .name = "iva2_clkdm",
250 .pwrdm = { .name = "iva2_pwrdm" },
258 .name
[all...]
H A Dfb.c86 .name = "omapfb",

Completed in 905 milliseconds

1234567891011>>