Searched refs:no_irq_type (Results 1 - 21 of 21) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/hp/sim/
H A Dhpsim_irq.c43 if (idesc->handler == &no_irq_type)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dirq.h74 extern hw_irq_controller no_irq_type; /* needed in every arch ? */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dirq.h74 extern hw_irq_controller no_irq_type; /* needed in every arch ? */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dsh_ksyms.c26 extern struct hw_interrupt_type no_irq_type;
37 EXPORT_SYMBOL(no_irq_type); variable
H A Dirq.c43 { [0 ... NR_IRQS-1] = { 0, &no_irq_type, }};
72 struct hw_interrupt_type no_irq_type = { variable in typeref:struct:hw_interrupt_type
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dirq.c32 { [0 ... NR_IRQS-1] = { 0, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED}};
63 struct hw_interrupt_type no_irq_type = { variable in typeref:struct:hw_interrupt_type
888 irq_desc[i].handler = &no_irq_type;
1008 if (!root_irq_dir || (irq_desc[irq].handler == &no_irq_type) ||
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dirq.c32 { [0 ... NR_IRQS-1] = { 0, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED}};
63 struct hw_interrupt_type no_irq_type = { variable in typeref:struct:hw_interrupt_type
888 irq_desc[i].handler = &no_irq_type;
1008 if (!root_irq_dir || (irq_desc[irq].handler == &no_irq_type) ||
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A 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 in typeref:struct:hw_interrupt_type
1202 if (!root_irq_dir || (irq_desc(irq)->handler == &no_irq_type) || irq_dir[irq])
1254 if (irq_desc(i)->handler == &no_irq_type)
H A Diosapic.c477 if (idesc->handler != &no_irq_type)
792 if (idesc->handler != &no_irq_type)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dirq.c36 [0 ... NR_IRQS-1] = { 0, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED}
63 struct hw_interrupt_type no_irq_type = { variable in typeref:struct:hw_interrupt_type
367 if (!root_irq_dir || (irq_desc[irq].handler == &no_irq_type))
416 if (irq_desc[i].handler == &no_irq_type)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/
H A Dirq.c162 struct hw_interrupt_type no_irq_type = { variable in typeref:struct:hw_interrupt_type
443 irq_desc[i].handler = &no_irq_type;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dirq.c92 { [0 ... NR_IRQS-1] = { 0, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED}};
136 struct hw_interrupt_type no_irq_type = { variable in typeref:struct:hw_interrupt_type
1170 if (!root_irq_dir || (irq_desc[irq].handler == &no_irq_type) ||
H A Di8259.c406 irq_desc[i].handler = &no_irq_type;
H A Dio_apic.c1352 irq_desc[irq].handler = &no_irq_type;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dirq.c69 { [0 ... NR_IRQS-1] = { 0, &no_irq_type, NULL, 0, SPIN_LOCK_UNLOCKED}};
113 struct hw_interrupt_type no_irq_type = { variable in typeref:struct:hw_interrupt_type
1133 if (!root_irq_dir || (irq_desc[irq].handler == &no_irq_type) ||
H A Di8259.c445 irq_desc[i].handler = &no_irq_type;
H A Dio_apic.c1363 irq_desc[irq].handler = &no_irq_type;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sibyte/sb1250/
H A Dirq.c166 irq_desc[i].handler = &no_irq_type;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/
H A Dirq.c244 if (base_desc[i].handler == &no_irq_type) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip32/
H A Dip32-irq.c560 irq_desc[i].handler = &no_irq_type;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dhd64465_ss.c224 extern struct hw_interrupt_type no_irq_type;
230 if (hs_mapped_irq[irq].old_handler != &no_irq_type)

Completed in 124 milliseconds