Searched refs:request_irq (Results 1 - 25 of 1230) sorted by relevance

1234567891011>>

/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/powerpc/platforms/pseries/
H A Devent_sources.c25 rc = request_irq(virq, handler, 0, name, NULL);
/linux-master/arch/m68k/sun3/
H A Dsun3ints.c94 if (request_irq(IRQ_AUTO_5, sun3_int5, 0, "clock", NULL))
96 if (request_irq(IRQ_AUTO_7, sun3_int7, 0, "nmi", NULL))
98 if (request_irq(IRQ_USER+127, sun3_vec255, 0, "vec255", NULL))
/linux-master/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_intr.c96 err = request_irq(priv->error_irq, mlxbf_gige_error_intr, 0,
103 err = request_irq(priv->rx_irq, mlxbf_gige_rx_intr, 0,
110 err = request_irq(priv->llu_plu_irq, mlxbf_gige_llu_plu_intr, 0,
/linux-master/drivers/tty/hvc/
H A Dhvc_irq.c37 rc = request_irq(irq, hvc_handle_interrupt, hp->flags,
/linux-master/arch/mips/kernel/
H A Di8253.c26 if (request_irq(0, timer_interrupt, flags, "timer", 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/arm/mach-footbridge/
H A Disa-timer.c32 if (request_irq(i8253_clockevent.irq, pit_timer_interrupt,
/linux-master/arch/mips/loongson2ef/lemote-2f/
H A Dirq.c110 if (request_irq(LOONGSON_NORTH_BRIDGE_IRQ, ip6_action,
114 if (request_irq(LOONGSON_SOUTH_BRIDGE_IRQ, no_action,
/linux-master/arch/mips/pci/
H A Dmsi-octeon.c377 if (request_irq(OCTEON_IRQ_PCI_MSI0, octeon_msi_interrupt0,
379 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed");
381 if (request_irq(OCTEON_IRQ_PCI_MSI1, octeon_msi_interrupt1,
383 panic("request_irq(OCTEON_IRQ_PCI_MSI1) failed");
385 if (request_irq(OCTEON_IRQ_PCI_MSI2, octeon_msi_interrupt2,
387 panic("request_irq(OCTEON_IRQ_PCI_MSI2) failed");
389 if (request_irq(OCTEON_IRQ_PCI_MSI3, octeon_msi_interrupt3,
391 panic("request_irq(OCTEON_IRQ_PCI_MSI3) failed");
395 if (request_irq(OCTEON_IRQ_PCI_MSI0, octeon_msi_interrupt0,
397 panic("request_irq(OCTEON_IRQ_PCI_MSI
[all...]
H A Dpci-tx4927.c86 if (request_irq(TXX9_IRQ_BASE + TX4927_IR_PCIERR,
/linux-master/arch/sh/drivers/dma/
H A Ddmabrg.c176 ret = request_irq(DMABRGI0, dmabrg_irq, 0,
181 ret = request_irq(DMABRGI1, dmabrg_irq, 0,
186 ret = request_irq(DMABRGI2, dmabrg_irq, 0,
H A Ddma-pvr2.c82 if (request_irq(HW_EVENT_PVR2_DMA, pvr2_dma_interrupt, 0,
/linux-master/arch/sh/boards/
H A Dboard-secureedge5410.c44 if (request_irq(irq, eraseconfig_interrupt, 0, "Erase Config", NULL))
/linux-master/drivers/misc/
H A Ddummy-irq.c39 if (request_irq(irq, &dummy_interrupt, IRQF_SHARED, "dummy_irq", &irq)) {
/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/m68k/coldfire/
H A Dtimers.c129 r = request_irq(MCF_IRQ_TIMER, mcftmr_tick, IRQF_TIMER, "timer", NULL);
183 ret = request_irq(MCF_IRQ_PROFILER, coldfire_profile_tick, IRQF_TIMER,
H A Dsltimers.c60 ret = request_irq(MCF_IRQ_PROFILER, mcfslt_profile_tick, IRQF_TIMER,
138 r = request_irq(MCF_IRQ_TIMER, mcfslt_tick, IRQF_TIMER, "timer", NULL);
/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))
/linux-master/drivers/input/serio/
H A Drpckbd.c71 if (request_irq(rpckbd->rx_irq, rpckbd_rx, 0, "rpckbd", port) != 0) {
76 if (request_irq(rpckbd->tx_irq, rpckbd_tx, 0, "rpckbd", port) != 0) {
/linux-master/drivers/input/misc/
H A Dpcap_keys.c78 err = request_irq(pcap_to_irq(pcap_keys->pcap, PCAP_IRQ_ONOFF),
83 err = request_irq(pcap_to_irq(pcap_keys->pcap, PCAP_IRQ_MIC),
/linux-master/include/sound/
H A Dinitval.h64 if (!request_irq(*irq_table, snd_legacy_empty_irq_handler,

Completed in 214 milliseconds

1234567891011>>