/linux-6.6.21/arch/powerpc/platforms/8xx/ |
D | micropatch.c | 37 static char patch_name[] __initdata = "I2C/SPI"; 39 static struct patch_params patch_params __initdata = { variable 43 static uint patch_2000[] __initdata = { 75 static uint patch_2f00[] __initdata = { 86 static uint patch_2e00[] __initdata = {}; 95 static char patch_name[] __initdata = "I2C/SPI/SMC1"; 97 static struct patch_params patch_params __initdata = { variable 101 static uint patch_2000[] __initdata = { 184 static uint patch_2f00[] __initdata = { 203 static uint patch_2e00[] __initdata = { [all …]
|
/linux-6.6.21/drivers/clk/hisilicon/ |
D | clk-hi6220.c | 22 static struct hisi_fixed_rate_clock hi6220_fixed_rate_clks[] __initdata = { 38 static struct hisi_fixed_factor_clock hi6220_fixed_factor_clks[] __initdata = { 51 static struct hisi_gate_clock hi6220_separated_gate_clks_ao[] __initdata = { 91 static const char *mmc0_mux0_p[] __initdata = { "pll_ddr_gate", "syspll", }; 92 static const char *mmc0_mux1_p[] __initdata = { "mmc0_mux0", "pll_media_gate", }; 93 static const char *mmc0_src_p[] __initdata = { "mmc0srcsel", "mmc0_div", }; 94 static const char *mmc1_mux0_p[] __initdata = { "pll_ddr_gate", "syspll", }; 95 static const char *mmc1_mux1_p[] __initdata = { "mmc1_mux0", "pll_media_gate", }; 96 static const char *mmc1_src_p[] __initdata = { "mmc1srcsel", "mmc1_div", }; 97 static const char *mmc2_mux0_p[] __initdata = { "pll_ddr_gate", "syspll", }; [all …]
|
/linux-6.6.21/arch/m68k/hp300/ |
D | config.c | 34 static char s_hp330[] __initdata = "330"; 35 static char s_hp340[] __initdata = "340"; 36 static char s_hp345[] __initdata = "345"; 37 static char s_hp360[] __initdata = "360"; 38 static char s_hp370[] __initdata = "370"; 39 static char s_hp375[] __initdata = "375"; 40 static char s_hp380[] __initdata = "380"; 41 static char s_hp385[] __initdata = "385"; 42 static char s_hp400[] __initdata = "400"; 43 static char s_hp425t[] __initdata = "425t"; [all …]
|
/linux-6.6.21/drivers/char/ipmi/ |
D | ipmi_si_hardcode.c | 18 static char si_type_str[MAX_SI_TYPE_STR] __initdata; 23 static int irqs[SI_MAX_PARMS] __initdata; 24 static unsigned int num_irqs __initdata; variable 25 static int regspacings[SI_MAX_PARMS] __initdata; 26 static unsigned int num_regspacings __initdata; variable 27 static int regsizes[SI_MAX_PARMS] __initdata; 28 static unsigned int num_regsizes __initdata; variable 29 static int regshifts[SI_MAX_PARMS] __initdata; 30 static unsigned int num_regshifts __initdata; variable 31 static int slave_addrs[SI_MAX_PARMS] __initdata; [all …]
|
/linux-6.6.21/arch/x86/kernel/ |
D | nmi_selftest.c | 26 static int __initdata nmi_fail; 29 static DECLARE_BITMAP(nmi_ipi_mask, NR_CPUS) __initdata; 31 static int __initdata testcase_total; 32 static int __initdata testcase_successes; 33 static int __initdata expected_testcase_failures; 34 static int __initdata unexpected_testcase_failures; 35 static int __initdata unexpected_testcase_unknowns; 47 __initdata); in init_nmi_testsuite() 70 NMI_FLAG_FIRST, "nmi_selftest", __initdata)) { in test_nmi_ipi()
|
/linux-6.6.21/init/ |
D | initramfs.c | 22 static __initdata bool csum_present; 23 static __initdata u32 io_csum; 56 static __initdata char *message; 70 static __initdata struct hash { 137 static __initdata LIST_HEAD(dir_list); 174 static __initdata time64_t mtime; 178 static __initdata unsigned long ino, major, minor, nlink; 179 static __initdata umode_t mode; 180 static __initdata unsigned long body_len, name_len; 181 static __initdata uid_t uid; [all …]
|
/linux-6.6.21/arch/mips/bcm63xx/boards/ |
D | board_bcm963xx.c | 40 static struct board_info __initdata board_cvg834g = { 70 static struct board_info __initdata board_96328avng = { 118 static struct board_info __initdata board_96338gw = { 161 static struct board_info __initdata board_96338w = { 208 static struct board_info __initdata board_96345gw2 = { 220 static struct board_info __initdata board_96348r = { 264 static struct board_info __initdata board_96348gw_10 = { 315 static struct board_info __initdata board_96348gw_11 = { 366 static struct board_info __initdata board_96348gw = { 416 static struct board_info __initdata board_FAST2404 = { [all …]
|
/linux-6.6.21/arch/sh/kernel/cpu/sh4/ |
D | setup-sh7750.c | 125 static struct platform_device *sh7750_devices[] __initdata = { 149 static struct platform_device *sh7750_early_devices[] __initdata = { 191 static struct intc_vect vectors[] __initdata = { 205 static struct intc_prio_reg prio_registers[] __initdata = { 223 static struct intc_vect vectors_dma4[] __initdata = { 236 static struct intc_vect vectors_dma8[] __initdata = { 253 static struct intc_vect vectors_tmu34[] __initdata = { 257 static struct intc_mask_reg mask_registers[] __initdata = { 272 static struct intc_vect vectors_irlm[] __initdata = { 282 static struct intc_vect vectors_pci[] __initdata = { [all …]
|
D | setup-sh4-202.c | 61 static struct platform_device *sh4202_devices[] __initdata = { 73 static struct platform_device *sh4202_early_devices[] __initdata = { 92 static struct intc_vect vectors[] __initdata = { 103 static struct intc_prio_reg prio_registers[] __initdata = { 113 static struct intc_vect vectors_irlm[] __initdata = {
|
/linux-6.6.21/arch/sh/kernel/cpu/sh3/ |
D | setup-sh3.c | 22 static struct intc_vect vectors_irq0123[] __initdata = { 27 static struct intc_vect vectors_irq45[] __initdata = { 31 static struct intc_prio_reg prio_registers[] __initdata = { 36 static struct intc_mask_reg ack_registers[] __initdata = { 41 static struct intc_sense_reg sense_registers[] __initdata = {
|
/linux-6.6.21/drivers/input/misc/ |
D | wistron_btns.c | 80 static unsigned char __initdata signature[] = in locate_wistron_bios() 244 static struct key_entry keymap_empty[] __initdata = { 248 static struct key_entry keymap_fs_amilo_pro_v2000[] __initdata = { 258 static struct key_entry keymap_fs_amilo_pro_v3505[] __initdata = { 268 static struct key_entry keymap_fs_amilo_pro_v8210[] __initdata = { 278 static struct key_entry keymap_fujitsu_n3510[] __initdata = { 290 static struct key_entry keymap_wistron_ms2111[] __initdata = { 299 static struct key_entry keymap_wistron_md40100[] __initdata = { 308 static struct key_entry keymap_wistron_ms2141[] __initdata = { 321 static struct key_entry keymap_acer_aspire_1500[] __initdata = { [all …]
|
/linux-6.6.21/kernel/power/ |
D | suspend_test.c | 64 static char err_readtime[] __initdata = in test_wakealarm() 66 static char err_wakealarm [] __initdata = in test_wakealarm() 68 static char err_suspend[] __initdata = in test_wakealarm() 70 static char info_test[] __initdata = in test_wakealarm() 145 static const char *test_state_label __initdata; variable 147 static char warn_bad_state[] __initdata = 181 static char warn_no_rtc[] __initdata = in test_suspend()
|
/linux-6.6.21/drivers/clk/pistachio/ |
D | clk-pistachio.c | 18 static struct pistachio_gate pistachio_gates[] __initdata = { 51 static struct pistachio_fixed_factor pistachio_ffs[] __initdata = { 56 static struct pistachio_div pistachio_divs[] __initdata = { 123 static struct pistachio_mux pistachio_muxes[] __initdata = { 143 static struct pistachio_pll pistachio_plls[] __initdata = { 159 static unsigned int pistachio_critical_clks_core[] __initdata = { 163 static unsigned int pistachio_critical_clks_sys[] __initdata = { 204 static struct pistachio_gate pistachio_periph_gates[] __initdata = { 223 static struct pistachio_div pistachio_periph_divs[] __initdata = { 274 static struct pistachio_gate pistachio_sys_gates[] __initdata = { [all …]
|
/linux-6.6.21/arch/sh/kernel/cpu/sh4a/ |
D | setup-sh7763.c | 197 static struct platform_device *sh7763_devices[] __initdata = { 215 static struct platform_device *sh7763_early_devices[] __initdata = { 253 static struct intc_vect vectors[] __initdata = { 296 static struct intc_group groups[] __initdata = { 301 static struct intc_mask_reg mask_registers[] __initdata = { 314 static struct intc_prio_reg prio_registers[] __initdata = { 338 static struct intc_vect irq_vectors[] __initdata = { 345 static struct intc_mask_reg irq_mask_registers[] __initdata = { 350 static struct intc_prio_reg irq_prio_registers[] __initdata = { 355 static struct intc_sense_reg irq_sense_registers[] __initdata = { [all …]
|
D | setup-sh7780.c | 258 static struct platform_device *sh7780_devices[] __initdata = { 275 static struct platform_device *sh7780_early_devices[] __initdata = { 314 static struct intc_vect vectors[] __initdata = { 350 static struct intc_group groups[] __initdata = { 355 static struct intc_mask_reg mask_registers[] __initdata = { 363 static struct intc_prio_reg prio_registers[] __initdata = { 382 static struct intc_vect irq_vectors[] __initdata = { 389 static struct intc_mask_reg irq_mask_registers[] __initdata = { 394 static struct intc_prio_reg irq_prio_registers[] __initdata = { 399 static struct intc_sense_reg irq_sense_registers[] __initdata = { [all …]
|
D | setup-sh7366.c | 214 static struct platform_device *sh7366_devices[] __initdata = { 236 static struct platform_device *sh7366_early_devices[] __initdata = { 274 static struct intc_vect vectors[] __initdata = { 305 static struct intc_group groups[] __initdata = { 315 static struct intc_mask_reg mask_registers[] __initdata = { 345 static struct intc_prio_reg prio_registers[] __initdata = { 362 static struct intc_sense_reg sense_registers[] __initdata = { 367 static struct intc_mask_reg ack_registers[] __initdata = { 372 static struct intc_desc intc_desc __initdata = { variable
|
D | setup-sh7734.c | 257 static struct platform_device *sh7734_devices[] __initdata = { 270 static struct platform_device *sh7734_early_devices[] __initdata = { 367 static struct intc_vect vectors[] __initdata = { 435 static struct intc_group groups[] __initdata = { 463 static struct intc_mask_reg mask_registers[] __initdata = { 499 static struct intc_prio_reg prio_registers[] __initdata = { 531 static struct intc_vect irq3210_vectors[] __initdata = { 536 static struct intc_sense_reg irq3210_sense_registers[] __initdata = { 541 static struct intc_mask_reg irq3210_ack_registers[] __initdata = { 546 static struct intc_mask_reg irq3210_mask_registers[] __initdata = { [all …]
|
D | setup-sh7770.c | 279 static struct platform_device *sh7770_devices[] __initdata = { 302 static struct platform_device *sh7770_early_devices[] __initdata = { 357 static struct intc_vect vectors[] __initdata = { 406 static struct intc_group groups[] __initdata = { 421 static struct intc_mask_reg mask_registers[] __initdata = { 428 static struct intc_prio_reg prio_registers[] __initdata = { 455 static struct intc_vect irq_vectors[] __initdata = { 461 static struct intc_mask_reg irq_mask_registers[] __initdata = { 466 static struct intc_prio_reg irq_prio_registers[] __initdata = { 471 static struct intc_sense_reg irq_sense_registers[] __initdata = { [all …]
|
/linux-6.6.21/arch/m68k/amiga/ |
D | config.c | 61 static char s_a500[] __initdata = "A500"; 62 static char s_a500p[] __initdata = "A500+"; 63 static char s_a600[] __initdata = "A600"; 64 static char s_a1000[] __initdata = "A1000"; 65 static char s_a1200[] __initdata = "A1200"; 66 static char s_a2000[] __initdata = "A2000"; 67 static char s_a2500[] __initdata = "A2500"; 68 static char s_a3000[] __initdata = "A3000"; 69 static char s_a3000t[] __initdata = "A3000T"; 70 static char s_a3000p[] __initdata = "A3000+"; [all …]
|
/linux-6.6.21/arch/sh/boards/mach-r2d/ |
D | irq.c | 43 static struct intc_vect vectors_r2d_1[] __initdata = { 57 static struct intc_mask_reg mask_registers_r2d_1[] __initdata = { 66 static unsigned char irl2irq_r2d_1[R2D_NR_IRL] __initdata = { 81 static struct intc_vect vectors_r2d_plus[] __initdata = { 95 static struct intc_mask_reg mask_registers_r2d_plus[] __initdata = { 104 static unsigned char irl2irq_r2d_plus[R2D_NR_IRL] __initdata = {
|
/linux-6.6.21/arch/mips/dec/ |
D | setup.c | 162 static int kn01_interrupt[DEC_NR_INTS] __initdata = { 206 static int_ptr kn01_cpu_mask_nr_tbl[][2] __initdata = { 239 static int kn230_interrupt[DEC_NR_INTS] __initdata = { 283 static int_ptr kn230_cpu_mask_nr_tbl[][2] __initdata = { 314 static int kn02_interrupt[DEC_NR_INTS] __initdata = { 358 static int_ptr kn02_cpu_mask_nr_tbl[][2] __initdata = { 369 static int_ptr kn02_asic_mask_nr_tbl[][2] __initdata = { 411 static int kn02ba_interrupt[DEC_NR_INTS] __initdata = { 455 static int_ptr kn02ba_cpu_mask_nr_tbl[][2] __initdata = { 468 static int_ptr kn02ba_asic_mask_nr_tbl[][2] __initdata = { [all …]
|
/linux-6.6.21/arch/arm/mach-ep93xx/ |
D | vision_ep9307.c | 47 static struct map_desc vision_io_desc[] __initdata = { 66 static struct ep93xx_eth_data vision_eth_data __initdata = { variable 104 static struct ep93xxfb_mach_info ep93xxfb_info __initdata = { variable 144 static struct i2c_board_info vision_i2c_info[] __initdata = { 219 static struct spi_board_info vision_spi_board_info[] __initdata = { 254 static struct ep93xx_spi_info vision_spi_master __initdata = { variable
|
D | edb93xx.c | 52 static struct ep93xx_eth_data __initdata edb93xx_eth_data = { 61 static struct i2c_board_info __initdata edb93xxa_i2c_board_info[] = { 67 static struct i2c_board_info __initdata edb93xx_i2c_board_info[] = { 94 static struct spi_board_info edb93xx_spi_board_info[] __initdata = { 113 static struct ep93xx_spi_info edb93xx_spi_info __initdata = { variable 178 static struct ep93xxfb_mach_info __initdata edb93xxfb_info = {
|
/linux-6.6.21/drivers/clk/samsung/ |
D | clk-s3c64xx.c | 63 static unsigned long s3c64xx_clk_regs[] __initdata = { 80 static unsigned long s3c6410_clk_regs[] __initdata = { 112 FIXED_RATE_CLOCKS(s3c64xx_fixed_rate_ext_clks) __initdata = { 118 FIXED_RATE_CLOCKS(s3c64xx_fixed_rate_clks) __initdata = { 124 MUX_CLOCKS(s3c64xx_mux_clks) __initdata = { 141 MUX_CLOCKS(s3c6400_mux_clks) __initdata = { 149 MUX_CLOCKS(s3c6410_mux_clks) __initdata = { 160 DIV_CLOCKS(s3c64xx_div_clks) __initdata = { 184 DIV_CLOCKS(s3c6400_div_clks) __initdata = { 189 DIV_CLOCKS(s3c6410_div_clks) __initdata = { [all …]
|
/linux-6.6.21/arch/sh/kernel/cpu/sh2a/ |
D | setup-mxg.c | 33 static struct intc_vect vectors[] __initdata = { 80 static struct intc_group groups[] __initdata = { 85 static struct intc_prio_reg prio_registers[] __initdata = { 106 static struct intc_mask_reg mask_registers[] __initdata = { 149 static struct platform_device *mxg_devices[] __initdata = { 166 static struct platform_device *mxg_early_devices[] __initdata = {
|