Searched refs:IRQF_NO_THREAD (Results 1 - 25 of 63) sorted by relevance

123

/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/lemote-2f/
H A Dirq.c111 IRQF_SHARED | IRQF_NO_THREAD, "cascade", ip6_action))
115 IRQF_NO_THREAD | IRQF_NO_SUSPEND, "cascade", 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/arch/mips/cavium-octeon/
H A Dsmp.c264 IRQF_PERCPU | IRQF_NO_THREAD, "SMP-IPI",
455 IRQF_PERCPU | IRQF_NO_THREAD, "Scheduler",
461 IRQF_PERCPU | IRQF_NO_THREAD, "SMP-Call",
467 IRQF_PERCPU | IRQF_NO_THREAD, "ICache-Flush",
H A Doct_ilm.c144 rc = request_irq(irq, cvm_oct_ciu_timer_interrupt, IRQF_NO_THREAD,
/linux-master/arch/x86/kernel/
H A Dirqinit.c109 if (request_irq(2, no_action, IRQF_NO_THREAD, "cascade", NULL))
/linux-master/kernel/irq/
H A Dhandle.c154 !(action->flags & (IRQF_NO_THREAD | IRQF_PERCPU | IRQF_ONESHOT)))
/linux-master/arch/powerpc/platforms/8xx/
H A Dm8xx_setup.c128 if (request_irq(virq, timebase_interrupt, IRQF_NO_THREAD, "tbint",
H A Dcpm1-ic.c167 return request_irq(irq, cpm_error_interrupt, IRQF_NO_THREAD, "error", NULL);
/linux-master/drivers/soc/fujitsu/
H A Da64fx-diag.c97 IRQF_NO_THREAD;
/linux-master/drivers/pci/controller/
H A Dpcie-xilinx-dma-pl.c620 IRQF_SHARED | IRQF_NO_THREAD,
636 IRQF_SHARED | IRQF_NO_THREAD, NULL, port);
643 IRQF_SHARED | IRQF_NO_THREAD, NULL, port);
691 IRQF_SHARED | IRQF_NO_THREAD, "xlnx-pcie-dma-pl",
703 IRQF_SHARED | IRQF_NO_THREAD, "xlnx-pcie-dma-pl",
/linux-master/arch/powerpc/platforms/powermac/
H A Dpic.c375 IRQF_NO_THREAD, "cascade", NULL))
382 if (request_irq(i, xmon_irq, IRQF_NO_THREAD, "NMI - XMON", NULL))
435 if (request_irq(nmi_irq, xmon_irq, IRQF_NO_THREAD,
H A Dsmp.c200 IRQF_PERCPU | IRQF_NO_THREAD, "IPI", NULL);
402 unsigned long flags = IRQF_PERCPU | IRQF_NO_THREAD;
/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/mips/mti-malta/
H A Dmalta-int.c220 if (request_irq(corehi_irq, corehi_handler, IRQF_NO_THREAD, "CoreHi",
/linux-master/arch/powerpc/sysdev/
H A Dfsl_mpic_err.c138 ret = request_irq(virq, fsl_error_int_handler, IRQF_NO_THREAD,
/linux-master/arch/mips/dec/
H A Dsetup.c111 static unsigned int busirq_flags = IRQF_NO_THREAD;
755 if (request_irq(irq_fpu, no_action, IRQF_NO_THREAD, "fpu",
763 IRQF_NO_THREAD, "cascade", NULL))
775 IRQF_NO_THREAD, "halt", NULL))
/linux-master/drivers/bus/
H A Domap_l3_noc.c280 IRQF_NO_THREAD, "l3-dbg-irq", l3);
289 IRQF_NO_THREAD, "l3-app-irq", l3);
/linux-master/include/linux/
H A Dinterrupt.h58 * IRQF_NO_THREAD - Interrupt cannot be threaded
82 #define IRQF_NO_THREAD 0x00010000 macro
89 #define IRQF_TIMER (__IRQF_TIMER | IRQF_NO_SUSPEND | IRQF_NO_THREAD)
/linux-master/drivers/counter/
H A Dinterrupt-cnt.c225 IRQF_TRIGGER_RISING | IRQF_NO_THREAD,
/linux-master/drivers/irqchip/
H A Dirq-i8259.c321 if (request_irq(irq, no_action, IRQF_NO_THREAD, "cascade", NULL))
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-spear13xx.c167 IRQF_SHARED | IRQF_NO_THREAD,
/linux-master/arch/mips/sni/
H A Drm200.c410 IRQF_NO_THREAD, "cascade", NULL))

Completed in 241 milliseconds

123