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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/sun3/
H A Dsun3ints.c108 if (request_irq(IRQ_AUTO_5, sun3_int5, 0, "int5", NULL))
110 if (request_irq(IRQ_AUTO_7, sun3_int7, 0, "int7", NULL))
112 if (request_irq(IRQ_USER+127, sun3_vec255, 0, "vec255", NULL))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/sun3/
H A Dsun3ints.c108 if (request_irq(IRQ_AUTO_5, sun3_int5, 0, "int5", NULL))
110 if (request_irq(IRQ_AUTO_7, sun3_int7, 0, "int7", NULL))
112 if (request_irq(IRQ_USER+127, sun3_vec255, 0, "vec255", NULL))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dhvc_irq.c31 rc = request_irq(irq, hvc_handle_interrupt, IRQF_DISABLED,
H A Dvme_scc.c210 error = request_irq(MVME147_IRQ_SCCA_TX, scc_tx_int, IRQF_DISABLED,
214 error = request_irq(MVME147_IRQ_SCCA_STAT, scc_stat_int, IRQF_DISABLED,
218 error = request_irq(MVME147_IRQ_SCCA_RX, scc_rx_int, IRQF_DISABLED,
222 error = request_irq(MVME147_IRQ_SCCA_SPCOND, scc_spcond_int,
246 error = request_irq(MVME147_IRQ_SCCB_TX, scc_tx_int, IRQF_DISABLED,
250 error = request_irq(MVME147_IRQ_SCCB_STAT, scc_stat_int, IRQF_DISABLED,
254 error = request_irq(MVME147_IRQ_SCCB_RX, scc_rx_int, IRQF_DISABLED,
258 error = request_irq(MVME147_IRQ_SCCB_SPCOND, scc_spcond_int,
316 error = request_irq(MVME162_IRQ_SCCA_TX, scc_tx_int, IRQF_DISABLED,
320 error = request_irq(MVME162_IRQ_SCCA_STA
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dhvc_irq.c31 rc = request_irq(irq, hvc_handle_interrupt, IRQF_DISABLED,
H A Dvme_scc.c210 error = request_irq(MVME147_IRQ_SCCA_TX, scc_tx_int, IRQF_DISABLED,
214 error = request_irq(MVME147_IRQ_SCCA_STAT, scc_stat_int, IRQF_DISABLED,
218 error = request_irq(MVME147_IRQ_SCCA_RX, scc_rx_int, IRQF_DISABLED,
222 error = request_irq(MVME147_IRQ_SCCA_SPCOND, scc_spcond_int,
246 error = request_irq(MVME147_IRQ_SCCB_TX, scc_tx_int, IRQF_DISABLED,
250 error = request_irq(MVME147_IRQ_SCCB_STAT, scc_stat_int, IRQF_DISABLED,
254 error = request_irq(MVME147_IRQ_SCCB_RX, scc_rx_int, IRQF_DISABLED,
258 error = request_irq(MVME147_IRQ_SCCB_SPCOND, scc_spcond_int,
316 error = request_irq(MVME162_IRQ_SCCA_TX, scc_tx_int, IRQF_DISABLED,
320 error = request_irq(MVME162_IRQ_SCCA_STA
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/pci/
H A Dmsi-octeon.c393 if (request_irq(OCTEON_IRQ_PCI_MSI0, octeon_msi_interrupt0,
395 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed");
397 if (request_irq(OCTEON_IRQ_PCI_MSI1, octeon_msi_interrupt1,
399 panic("request_irq(OCTEON_IRQ_PCI_MSI1) failed");
401 if (request_irq(OCTEON_IRQ_PCI_MSI2, octeon_msi_interrupt2,
403 panic("request_irq(OCTEON_IRQ_PCI_MSI2) failed");
405 if (request_irq(OCTEON_IRQ_PCI_MSI3, octeon_msi_interrupt3,
407 panic("request_irq(OCTEON_IRQ_PCI_MSI3) failed");
411 if (request_irq(OCTEON_IRQ_PCI_MSI0, octeon_msi_interrupt0,
413 panic("request_irq(OCTEON_IRQ_PCI_MSI
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/pci/
H A Dmsi-octeon.c393 if (request_irq(OCTEON_IRQ_PCI_MSI0, octeon_msi_interrupt0,
395 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed");
397 if (request_irq(OCTEON_IRQ_PCI_MSI1, octeon_msi_interrupt1,
399 panic("request_irq(OCTEON_IRQ_PCI_MSI1) failed");
401 if (request_irq(OCTEON_IRQ_PCI_MSI2, octeon_msi_interrupt2,
403 panic("request_irq(OCTEON_IRQ_PCI_MSI2) failed");
405 if (request_irq(OCTEON_IRQ_PCI_MSI3, octeon_msi_interrupt3,
407 panic("request_irq(OCTEON_IRQ_PCI_MSI3) failed");
411 if (request_irq(OCTEON_IRQ_PCI_MSI0, octeon_msi_interrupt0,
413 panic("request_irq(OCTEON_IRQ_PCI_MSI
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/drivers/dma/
H A Ddmabrg.c177 ret = request_irq(DMABRGI0, dmabrg_irq, IRQF_DISABLED,
182 ret = request_irq(DMABRGI1, dmabrg_irq, IRQF_DISABLED,
187 ret = request_irq(DMABRGI2, dmabrg_irq, IRQF_DISABLED,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/drivers/dma/
H A Ddmabrg.c177 ret = request_irq(DMABRGI0, dmabrg_irq, IRQF_DISABLED,
182 ret = request_irq(DMABRGI1, dmabrg_irq, IRQF_DISABLED,
187 ret = request_irq(DMABRGI2, dmabrg_irq, IRQF_DISABLED,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/amiga/
H A Damiints.c30 * request_irq which they really should do.
75 if (request_irq(IRQ_AUTO_1, ami_int1, 0, "int1", NULL))
77 if (request_irq(IRQ_AUTO_3, ami_int3, 0, "int3", NULL))
79 if (request_irq(IRQ_AUTO_4, ami_int4, 0, "int4", NULL))
81 if (request_irq(IRQ_AUTO_5, ami_int5, 0, "int5", NULL))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/mac/
H A Doss.c68 if (request_irq(OSS_IRQLEV_SCSI, oss_irq, IRQ_FLG_LOCK,
71 if (request_irq(OSS_IRQLEV_NUBUS, oss_nubus_irq, IRQ_FLG_LOCK,
74 if (request_irq(OSS_IRQLEV_SOUND, oss_irq, IRQ_FLG_LOCK,
77 if (request_irq(OSS_IRQLEV_VIA1, via1_irq, IRQ_FLG_LOCK,
H A Dpsc.c120 if (request_irq(IRQ_AUTO_3, psc_irq, 0, "psc3", (void *) 0x30))
122 if (request_irq(IRQ_AUTO_4, psc_irq, 0, "psc4", (void *) 0x40))
124 if (request_irq(IRQ_AUTO_5, psc_irq, 0, "psc5", (void *) 0x50))
126 if (request_irq(IRQ_AUTO_6, psc_irq, 0, "psc6", (void *) 0x60))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/amiga/
H A Damiints.c30 * request_irq which they really should do.
75 if (request_irq(IRQ_AUTO_1, ami_int1, 0, "int1", NULL))
77 if (request_irq(IRQ_AUTO_3, ami_int3, 0, "int3", NULL))
79 if (request_irq(IRQ_AUTO_4, ami_int4, 0, "int4", NULL))
81 if (request_irq(IRQ_AUTO_5, ami_int5, 0, "int5", NULL))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/mac/
H A Doss.c68 if (request_irq(OSS_IRQLEV_SCSI, oss_irq, IRQ_FLG_LOCK,
71 if (request_irq(OSS_IRQLEV_NUBUS, oss_nubus_irq, IRQ_FLG_LOCK,
74 if (request_irq(OSS_IRQLEV_SOUND, oss_irq, IRQ_FLG_LOCK,
77 if (request_irq(OSS_IRQLEV_VIA1, via1_irq, IRQ_FLG_LOCK,
H A Dpsc.c120 if (request_irq(IRQ_AUTO_3, psc_irq, 0, "psc3", (void *) 0x30))
122 if (request_irq(IRQ_AUTO_4, psc_irq, 0, "psc4", (void *) 0x40))
124 if (request_irq(IRQ_AUTO_5, psc_irq, 0, "psc5", (void *) 0x50))
126 if (request_irq(IRQ_AUTO_6, psc_irq, 0, "psc6", (void *) 0x60))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/misc/
H A Dpcap_keys.c83 err = request_irq(pcap_to_irq(pcap_keys->pcap, PCAP_IRQ_ONOFF),
88 err = request_irq(pcap_to_irq(pcap_keys->pcap, PCAP_IRQ_MIC),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/serio/
H A Drpckbd.c86 if (request_irq(IRQ_KEYBOARDRX, rpckbd_rx, 0, "rpckbd", port) != 0) {
91 if (request_irq(IRQ_KEYBOARDTX, rpckbd_tx, 0, "rpckbd", port) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/misc/
H A Dpcap_keys.c83 err = request_irq(pcap_to_irq(pcap_keys->pcap, PCAP_IRQ_ONOFF),
88 err = request_irq(pcap_to_irq(pcap_keys->pcap, PCAP_IRQ_MIC),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/serio/
H A Drpckbd.c86 if (request_irq(IRQ_KEYBOARDRX, rpckbd_rx, 0, "rpckbd", port) != 0) {
91 if (request_irq(IRQ_KEYBOARDTX, rpckbd_tx, 0, "rpckbd", port) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dinitval.h64 if (!request_irq(*irq_table, snd_legacy_empty_irq_handler,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dpower.c46 if (request_irq(irq,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/orinoco/
H A Dorinoco_pci.h50 err = request_irq(pdev->irq, orinoco_interrupt, IRQF_SHARED,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpower.c46 if (request_irq(irq,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Devent_sources.c78 if (request_irq(virqs[i], handler, 0, name, NULL)) {

Completed in 275 milliseconds

1234567891011>>