/linux-2.4.37.9/arch/sh/kernel/ |
D | sh_ksyms.c | 27 extern struct hw_interrupt_type no_irq_type; 38 EXPORT_SYMBOL(no_irq_type);
|
D | irq.c | 43 { [0 ... NR_IRQS-1] = { 0, &no_irq_type, }}; 72 struct hw_interrupt_type no_irq_type = { variable
|
/linux-2.4.37.9/arch/ia64/hp/sim/ |
D | hpsim_irq.c | 43 if (idesc->handler == &no_irq_type) in hpsim_irq_init()
|
/linux-2.4.37.9/include/linux/ |
D | irq.h | 74 extern hw_irq_controller no_irq_type; /* needed in every arch ? */
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | irq.c | 32 { [0 ... NR_IRQS-1] = { 0, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED}}; 63 struct hw_interrupt_type no_irq_type = { variable 890 irq_desc[i].handler = &no_irq_type; in init_generic_irq() 1010 if (!root_irq_dir || (irq_desc[irq].handler == &no_irq_type) || in register_irq_proc()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | irq.c | 32 { [0 ... NR_IRQS-1] = { 0, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED}}; 63 struct hw_interrupt_type no_irq_type = { variable 890 irq_desc[i].handler = &no_irq_type; in init_generic_irq() 1010 if (!root_irq_dir || (irq_desc[irq].handler == &no_irq_type) || in register_irq_proc()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | irq.c | 36 [0 ... NR_IRQS-1] = { 0, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED} 63 struct hw_interrupt_type no_irq_type = { variable 367 if (!root_irq_dir || (irq_desc[irq].handler == &no_irq_type)) in register_irq_proc() 421 if (irq_desc[i].handler == &no_irq_type) in init_irq_proc()
|
/linux-2.4.37.9/arch/mips/gt64120/ev64120/ |
D | irq.c | 138 irq_desc[i].handler = &no_irq_type; in init_IRQ()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | irq.c | 68 { [0 ... NR_IRQS-1] = { IRQ_DISABLED, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED}}; 136 struct hw_interrupt_type no_irq_type = { variable 1204 if (!root_irq_dir || (irq_desc(irq)->handler == &no_irq_type) || irq_dir[irq]) in register_irq_proc() 1256 if (irq_desc(i)->handler == &no_irq_type) in init_irq_proc()
|
D | iosapic.c | 470 if (idesc->handler != &no_irq_type) in register_intr() 744 if (idesc->handler != &no_irq_type) in iosapic_fixup_pci_interrupt()
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | irq.c | 45 { [0 ... NR_IRQS-1] = { 0, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED}}; 74 struct hw_interrupt_type no_irq_type = { variable
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | irq.c | 70 { [0 ... NR_IRQS-1] = { 0, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED}}; 114 struct hw_interrupt_type no_irq_type = { variable 1159 if (!root_irq_dir || (irq_desc[irq].handler == &no_irq_type) || in register_irq_proc()
|
D | i8259.c | 439 irq_desc[i].handler = &no_irq_type; in init_ISA_irqs()
|
D | io_apic.c | 1446 irq_desc[irq].handler = &no_irq_type; in init_IO_APIC_traps()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | irq.c | 93 { [0 ... NR_IRQS-1] = { 0, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED}}; 137 struct hw_interrupt_type no_irq_type = { variable 1174 if (!root_irq_dir || (irq_desc[irq].handler == &no_irq_type) || in register_irq_proc()
|
D | i8259.c | 387 irq_desc[i].handler = &no_irq_type; in init_ISA_irqs()
|
D | io_apic.c | 1442 irq_desc[irq].handler = &no_irq_type; in init_IO_APIC_traps()
|
/linux-2.4.37.9/arch/ia64/sn/kernel/ |
D | irq.c | 215 if (base_desc[i].handler == &no_irq_type) { in sn_irq_init()
|
/linux-2.4.37.9/arch/mips/sibyte/sb1250/ |
D | irq.c | 264 irq_desc[i].handler = &no_irq_type; in init_sb1250_irqs()
|
/linux-2.4.37.9/drivers/pcmcia/ |
D | hd64465_ss.c | 224 extern struct hw_interrupt_type no_irq_type; 230 if (hs_mapped_irq[irq].old_handler != &no_irq_type) in hs_mask_and_ack_irq()
|