Searched refs:__initdata (Results 76 - 100 of 734) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/vr41xx/common/
H A Drtc.c28 static struct resource rtc_type1_resource[] __initdata = { variable in typeref:struct:rtc_type1_resource
51 static struct resource rtc_type2_resource[] __initdata = { variable in typeref:struct:rtc_type2_resource
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap1/
H A Dboard-nokia770.c93 static struct platform_device *nokia770_devices[] __initdata = { variable in typeref:struct:nokia770_devices
97 static struct ads7846_platform_data nokia770_ads7846_platform_data __initdata = { variable in typeref:struct:nokia770_ads7846_platform_data
106 static struct spi_board_info nokia770_spi_board_info[] __initdata = { variable in typeref:struct:nokia770_spi_board_info
126 static struct omap_usb_config nokia770_usb_config __initdata = { variable in typeref:struct:nokia770_usb_config
134 static struct omap_mmc_config nokia770_mmc_config __initdata = { variable in typeref:struct:nokia770_mmc_config
H A Dboard-innovator.c187 static struct map_desc innovator1510_io_desc[] __initdata = { variable in typeref:struct:innovator1510_io_desc
226 static struct platform_device *innovator1510_devices[] __initdata = { variable in typeref:struct:innovator1510_devices
248 static struct spi_board_info __initdata innovator1510_boardinfo[] = { {
288 static struct platform_device *innovator1610_devices[] __initdata = { variable in typeref:struct:innovator1610_devices
325 static struct omap_usb_config innovator1510_usb_config __initdata = { variable in typeref:struct:innovator1510_usb_config
337 static struct omap_lcd_config innovator1510_lcd_config __initdata = { variable in typeref:struct:innovator1510_lcd_config
343 static struct omap_usb_config h2_usb_config __initdata = { variable in typeref:struct:h2_usb_config
358 static struct omap_lcd_config innovator1610_lcd_config __initdata = { variable in typeref:struct:innovator1610_lcd_config
363 static struct omap_mmc_config innovator_mmc_config __initdata = { variable in typeref:struct:innovator_mmc_config
373 static struct omap_uart_config innovator_uart_config __initdata variable in typeref:struct:innovator_uart_config
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dmach-h1940.c48 static struct map_desc h1940_iodesc[] __initdata = { variable in typeref:struct:h1940_iodesc
61 static struct s3c2410_uartcfg h1940_uartcfgs[] __initdata = { variable in typeref:struct:h1940_uartcfgs
126 static struct s3c2410_udc_mach_info h1940_udc_cfg __initdata = { variable in typeref:struct:h1940_udc_cfg
136 static struct s3c2410fb_mach_info h1940_lcdcfg __initdata = { variable in typeref:struct:h1940_lcdcfg
186 static struct platform_device *h1940_devices[] __initdata = { variable in typeref:struct:h1940_devices
H A Dmach-otom.c40 static struct map_desc otom11_iodesc[] __initdata = { variable in typeref:struct:otom11_iodesc
49 static struct s3c2410_uartcfg otom11_uartcfgs[] __initdata = { variable in typeref:struct:otom11_uartcfgs
93 static struct platform_device *otom11_devices[] __initdata = { variable in typeref:struct:otom11_devices
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dcs4232.c46 * Added some __init/__initdata/__exit
74 static int __initdata bss = 0;
352 static int __initdata io = -1;
353 static int __initdata irq = -1;
354 static int __initdata dma = -1;
355 static int __initdata dma2 = -1;
356 static int __initdata mpuio = -1;
357 static int __initdata mpuirq = -1;
358 static int __initdata synthio = -1;
359 static int __initdata synthir
[all...]
H A Dtrix.c406 static int __initdata io = -1;
407 static int __initdata irq = -1;
408 static int __initdata dma = -1;
409 static int __initdata dma2 = -1; /* Set this for modules that need it */
410 static int __initdata sb_io = -1;
411 static int __initdata sb_dma = -1;
412 static int __initdata sb_irq = -1;
413 static int __initdata mpu_io = -1;
414 static int __initdata mpu_irq = -1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinit.h28 * You should insert __initdata between the variable name and equal
31 * static int init_variable __initdata = 0;
32 * static char linux_logo[] __initdata = { 0x32, 0x36, ... };
44 #define __initdata __attribute__ ((__section__ (".init.data"))) macro
57 * The markers follow same syntax rules as __init / __initdata. */
83 extern char __initdata boot_command_line[];
161 static char __setup_str_##unique_id[] __initdata = str; \
255 #define __initdata_or_module __initdata
265 #define __devinitdata __initdata
277 #define __cpuinitdata __initdata
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2440/
H A Dmach-nexcoder.c47 static struct map_desc nexcoder_iodesc[] __initdata = { variable in typeref:struct:nexcoder_iodesc
55 static struct s3c2410_uartcfg nexcoder_uartcfgs[] __initdata = { variable in typeref:struct:nexcoder_uartcfgs
106 static struct platform_device *nexcoder_devices[] __initdata = { variable in typeref:struct:nexcoder_devices
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2443/
H A Dmach-smdk2443.c49 static struct map_desc smdk2443_iodesc[] __initdata = { variable in typeref:struct:smdk2443_iodesc
79 static struct s3c2410_uartcfg smdk2443_uartcfgs[] __initdata = { variable in typeref:struct:smdk2443_uartcfgs
104 static struct platform_device *smdk2443_devices[] __initdata = { variable in typeref:struct:smdk2443_devices
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/boards/atstk1000/
H A Datstk1002.c36 static struct eth_addr __initdata hw_addr[2];
37 static struct eth_platform_data __initdata eth_data[2];
39 static struct spi_board_info spi0_board_info[] __initdata = { variable in typeref:struct:spi0_board_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsummit.c34 static struct rio_table_hdr *rio_table_hdr __initdata; variable in typeref:struct:rio_table_hdr
35 static struct scal_detail *scal_devs[MAX_NUMNODES] __initdata; variable in typeref:struct:scal_devs
36 static struct rio_detail *rio_devs[MAX_NUMNODES*4] __initdata; variable in typeref:struct:rio_devs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dfixup-cobalt.c130 static char irq_tab_qube1[] __initdata = { variable
139 static char irq_tab_cobalt[] __initdata = { variable
148 static char irq_tab_raq2[] __initdata = { variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dwistron_btns.c97 static unsigned char __initdata signature[] =
269 static struct key_entry keymap_empty[] __initdata = { variable in typeref:struct:keymap_empty
273 static struct key_entry keymap_fs_amilo_pro_v2000[] __initdata = { variable in typeref:struct:keymap_fs_amilo_pro_v2000
283 static struct key_entry keymap_fujitsu_n3510[] __initdata = { variable in typeref:struct:keymap_fujitsu_n3510
295 static struct key_entry keymap_wistron_ms2111[] __initdata = { variable in typeref:struct:keymap_wistron_ms2111
304 static struct key_entry keymap_wistron_md40100[] __initdata = { variable in typeref:struct:keymap_wistron_md40100
313 static struct key_entry keymap_wistron_ms2141[] __initdata = { variable in typeref:struct:keymap_wistron_ms2141
326 static struct key_entry keymap_acer_aspire_1500[] __initdata = { variable in typeref:struct:keymap_acer_aspire_1500
339 static struct key_entry keymap_acer_aspire_1600[] __initdata = { variable in typeref:struct:keymap_acer_aspire_1600
355 static struct key_entry keymap_acer_aspire_5020[] __initdata variable in typeref:struct:keymap_acer_aspire_5020
369 static struct key_entry keymap_acer_travelmate_2410[] __initdata = { variable in typeref:struct:keymap_acer_travelmate_2410
382 static struct key_entry keymap_acer_travelmate_110[] __initdata = { variable in typeref:struct:keymap_acer_travelmate_110
399 static struct key_entry keymap_acer_travelmate_300[] __initdata = { variable in typeref:struct:keymap_acer_travelmate_300
415 static struct key_entry keymap_acer_travelmate_380[] __initdata = { variable in typeref:struct:keymap_acer_travelmate_380
429 static struct key_entry keymap_acer_travelmate_220[] __initdata = { variable in typeref:struct:keymap_acer_travelmate_220
439 static struct key_entry keymap_acer_travelmate_230[] __initdata = { variable in typeref:struct:keymap_acer_travelmate_230
449 static struct key_entry keymap_acer_travelmate_240[] __initdata = { variable in typeref:struct:keymap_acer_travelmate_240
463 static struct key_entry keymap_acer_travelmate_350[] __initdata = { variable in typeref:struct:keymap_acer_travelmate_350
474 static struct key_entry keymap_acer_travelmate_360[] __initdata = { variable in typeref:struct:keymap_acer_travelmate_360
489 static struct key_entry keymap_acer_travelmate_610[] __initdata = { variable in typeref:struct:keymap_acer_travelmate_610
501 static struct key_entry keymap_acer_travelmate_630[] __initdata = { variable in typeref:struct:keymap_acer_travelmate_630
517 static struct key_entry keymap_aopen_1559as[] __initdata = { variable in typeref:struct:keymap_aopen_1559as
528 static struct key_entry keymap_fs_amilo_d88x0[] __initdata = { variable in typeref:struct:keymap_fs_amilo_d88x0
539 static struct key_entry keymap_wistron_md2900[] __initdata = { variable in typeref:struct:keymap_wistron_md2900
550 static struct key_entry keymap_wistron_md96500[] __initdata = { variable in typeref:struct:keymap_wistron_md96500
571 static struct key_entry keymap_wistron_generic[] __initdata = { variable in typeref:struct:keymap_wistron_generic
612 static struct dmi_system_id dmi_ids[] __initdata = { variable in typeref:struct:dmi_ids
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2/
H A Dsetup-sh7619.c44 static struct platform_device *sh7619_devices[] __initdata = { variable in typeref:struct:sh7619_devices
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh7705.c40 static struct platform_device *sh7705_devices[] __initdata = { variable in typeref:struct:sh7705_devices
H A Dsetup-sh7710.c41 static struct platform_device *sh7710_devices[] __initdata = { variable in typeref:struct:sh7710_devices
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7722.c34 static struct platform_device *sh7722_devices[] __initdata = { variable in typeref:struct:sh7722_devices
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dnosun4c.c13 static char shouldnothappen[] __initdata = "32bit SMP kernel only supports sun4m and sun4d\n"; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dinitrd.c16 static char *initrd __initdata = NULL; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-clps711x/
H A Dautcpu12.c48 static struct map_desc autcpu12_io_desc[] __initdata = { variable in typeref:struct:autcpu12_io_desc
H A Dcdb89712.c41 static struct map_desc cdb89712_io_desc[] __initdata = { variable in typeref:struct:cdb89712_io_desc
H A Dceiva.c39 static struct map_desc ceiva_io_desc[] __initdata = { variable in typeref:struct:ceiva_io_desc
H A Dedb7211-mm.c53 static struct map_desc edb7211_io_desc[] __initdata = { variable in typeref:struct:edb7211_io_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-footbridge/
H A Dnetwinder-pci.c45 static struct hw_pci netwinder_pci __initdata = { variable in typeref:struct:netwinder_pci

Completed in 256 milliseconds

1234567891011>>