Searched refs:no_action (Results 1 - 23 of 23) sorted by relevance

/linux-master/arch/mips/cobalt/
H A Dirq.c54 if (request_irq(GT641XX_CASCADE_IRQ, no_action, IRQF_NO_THREAD,
59 if (request_irq(I8259_CASCADE_IRQ, no_action, IRQF_NO_THREAD,
/linux-master/arch/mips/loongson2ef/fuloong-2e/
H A Dirq.c59 if (request_irq(irq, no_action, IRQF_NO_THREAD, "cascade", NULL))
63 if (request_irq(irq, no_action, IRQF_NO_THREAD, "cascade", NULL))
/linux-master/arch/mips/loongson2ef/common/
H A Dbonito-irq.c43 if (request_irq(i, no_action, 0, "dma_timeout", NULL))
/linux-master/arch/mips/loongson32/common/
H A Dirq.c173 if (request_irq(INT0_IRQ, no_action, IRQF_NO_THREAD, "cascade", NULL))
175 if (request_irq(INT1_IRQ, no_action, IRQF_NO_THREAD, "cascade", NULL))
177 if (request_irq(INT2_IRQ, no_action, IRQF_NO_THREAD, "cascade", NULL))
179 if (request_irq(INT3_IRQ, no_action, IRQF_NO_THREAD, "cascade", NULL))
182 if (request_irq(INT4_IRQ, no_action, IRQF_NO_THREAD, "cascade", NULL))
/linux-master/arch/mips/sgi-ip22/
H A Dip22-int.c296 if (request_irq(SGI_LOCAL_0_IRQ, no_action, IRQF_NO_THREAD,
299 if (request_irq(SGI_LOCAL_1_IRQ, no_action, IRQF_NO_THREAD,
302 if (request_irq(SGI_BUSERR_IRQ, no_action, IRQF_NO_THREAD,
307 if (request_irq(SGI_MAP_0_IRQ, no_action, IRQF_NO_THREAD,
311 if (request_irq(SGI_MAP_1_IRQ, no_action, IRQF_NO_THREAD,
/linux-master/kernel/irq/
H A Dhandle.c46 irqreturn_t no_action(int cpl, void *dev_id) function
50 EXPORT_SYMBOL_GPL(no_action); variable
/linux-master/arch/alpha/kernel/
H A Dsys_miata.c83 if (request_irq(16 + 2, no_action, 0, "halt-switch", NULL))
85 if (request_irq(16 + 6, no_action, 0, "timer-cascade", NULL))
H A Dirq_pyxis.c110 if (request_irq(16 + 7, no_action, 0, "isa-cascade", NULL))
H A Dsys_sx164.c56 if (request_irq(16 + 6, no_action, 0, "timer-cascade", NULL))
H A Dsys_rx164.c108 if (request_irq(16 + 20, no_action, 0, "isa-cascade", NULL))
H A Dirq_i8259.c94 if (request_irq(2, no_action, 0, "cascade", NULL))
H A Dsys_eb64p.c125 if (request_irq(16 + 5, no_action, 0, "isa-cascade", NULL))
H A Dsys_alcor.c135 if (request_irq(16 + 31, no_action, 0, "isa-cascade", NULL))
H A Dsys_cabriolet.c114 if (request_irq(16 + 4, no_action, 0, "isa-cascade", NULL))
H A Dsys_wildfire.c196 if (request_irq(32 + irq_bias, no_action, 0, "isa_enable", NULL))
/linux-master/arch/mips/loongson2ef/lemote-2f/
H A Dirq.c114 if (request_irq(LOONGSON_SOUTH_BRIDGE_IRQ, no_action,
/linux-master/arch/x86/kernel/
H A Dirqinit.c109 if (request_irq(2, no_action, IRQF_NO_THREAD, "cascade", NULL))
/linux-master/arch/mips/bcm63xx/
H A Dirq.c529 if (request_irq(irq, no_action, IRQF_NO_THREAD,
538 if (request_irq(irq, no_action, IRQF_NO_THREAD, "cascade_ip2", NULL))
543 if (request_irq(irq, no_action, IRQF_NO_THREAD, "cascade_ip3",
/linux-master/arch/arm/mach-footbridge/
H A Disa-irq.c160 if (request_irq(irq, no_action, 0, "cascade", NULL))
/linux-master/drivers/irqchip/
H A Dirq-i8259.c321 if (request_irq(irq, no_action, IRQF_NO_THREAD, "cascade", NULL))
/linux-master/arch/mips/dec/
H A Dsetup.c755 if (request_irq(irq_fpu, no_action, IRQF_NO_THREAD, "fpu",
762 if (request_irq(dec_interrupt[DEC_IRQ_CASCADE], no_action,
/linux-master/arch/mips/sni/
H A Drm200.c409 if (request_irq(RM200_I8259A_IRQ_BASE + PIC_CASCADE_IR, no_action,
/linux-master/include/linux/
H A Dinterrupt.h137 extern irqreturn_t no_action(int cpl, void *dev_id);

Completed in 538 milliseconds