Home
last modified time | relevance | path

Searched refs:no_irq_type (Results 1 – 20 of 20) sorted by relevance

/linux-2.4.37.9/arch/sh/kernel/
Dsh_ksyms.c27 extern struct hw_interrupt_type no_irq_type;
38 EXPORT_SYMBOL(no_irq_type);
Dirq.c43 { [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/
Dhpsim_irq.c43 if (idesc->handler == &no_irq_type) in hpsim_irq_init()
/linux-2.4.37.9/include/linux/
Dirq.h74 extern hw_irq_controller no_irq_type; /* needed in every arch ? */
/linux-2.4.37.9/arch/mips64/kernel/
Dirq.c32 { [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/
Dirq.c32 { [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/
Dirq.c36 [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/
Dirq.c138 irq_desc[i].handler = &no_irq_type; in init_IRQ()
/linux-2.4.37.9/arch/ia64/kernel/
Dirq.c68 { [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()
Diosapic.c470 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/
Dirq.c45 { [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/
Dirq.c70 { [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()
Di8259.c439 irq_desc[i].handler = &no_irq_type; in init_ISA_irqs()
Dio_apic.c1446 irq_desc[irq].handler = &no_irq_type; in init_IO_APIC_traps()
/linux-2.4.37.9/arch/x86_64/kernel/
Dirq.c93 { [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()
Di8259.c387 irq_desc[i].handler = &no_irq_type; in init_ISA_irqs()
Dio_apic.c1442 irq_desc[irq].handler = &no_irq_type; in init_IO_APIC_traps()
/linux-2.4.37.9/arch/ia64/sn/kernel/
Dirq.c215 if (base_desc[i].handler == &no_irq_type) { in sn_irq_init()
/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dirq.c264 irq_desc[i].handler = &no_irq_type; in init_sb1250_irqs()
/linux-2.4.37.9/drivers/pcmcia/
Dhd64465_ss.c224 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()