tag | line | file | source code |
SA_INTERRUPT | 143 | arch/alpha/kernel/irq.c | (action->flags & SA_INTERRUPT) ? '+' : ' ', |
SA_INTERRUPT | 147 | arch/alpha/kernel/irq.c | (action->flags & SA_INTERRUPT) ? " +" : "", |
SA_INTERRUPT | 191 | arch/alpha/kernel/irq.c | if ((action->flags ^ irqflags) & SA_INTERRUPT) |
SA_INTERRUPT | 312 | arch/alpha/kernel/irq.c | if (action->flags & SA_INTERRUPT) { |
SA_INTERRUPT | 185 | arch/i386/kernel/irq.c | static struct irqaction irq13 = { smp_message_irq, SA_INTERRUPT, 0, "IPI", NULL, NULL }; |
SA_INTERRUPT | 237 | arch/i386/kernel/irq.c | (action->flags & SA_INTERRUPT) ? '+' : ' ', |
SA_INTERRUPT | 241 | arch/i386/kernel/irq.c | (action->flags & SA_INTERRUPT) ? " +" : "", |
SA_INTERRUPT | 289 | arch/i386/kernel/irq.c | (action->flags & SA_INTERRUPT) ? '+' : ' ', |
SA_INTERRUPT | 293 | arch/i386/kernel/irq.c | (action->flags & SA_INTERRUPT) ? " +" : "", |
SA_INTERRUPT | 401 | arch/i386/kernel/irq.c | if ((old->flags ^ new->flags) & SA_INTERRUPT) |
SA_INTERRUPT | 420 | arch/i386/kernel/irq.c | if (new->flags & SA_INTERRUPT) |
SA_INTERRUPT | 124 | arch/mips/kernel/irq.c | (action->flags & SA_INTERRUPT) ? '+' : ' ', |
SA_INTERRUPT | 128 | arch/mips/kernel/irq.c | (action->flags & SA_INTERRUPT) ? " +" : "", |
SA_INTERRUPT | 196 | arch/mips/kernel/irq.c | if ((action->flags & SA_INTERRUPT) ^ (irqflags & SA_INTERRUPT)) { |
SA_INTERRUPT | 234 | arch/mips/kernel/irq.c | if (action->flags & SA_INTERRUPT) |
SA_INTERRUPT | 384 | arch/mips/kernel/irq.c | if (request_irq(2, no_action, SA_INTERRUPT, "cascade", NULL)) |
SA_INTERRUPT | 96 | arch/ppc/kernel/irq.c | (action->flags & SA_INTERRUPT) ? '+' : ' ', |
SA_INTERRUPT | 100 | arch/ppc/kernel/irq.c | (action->flags & SA_INTERRUPT) ? " +" : "", |
SA_INTERRUPT | 230 | arch/ppc/kernel/irq.c | if ((action->flags & SA_INTERRUPT) ^ (irqflags & SA_INTERRUPT)) { |
SA_INTERRUPT | 264 | arch/ppc/kernel/irq.c | if (action->flags & SA_INTERRUPT) |
SA_INTERRUPT | 409 | arch/ppc/kernel/irq.c | if (request_irq(2, no_action, SA_INTERRUPT, "cascade", NULL)) |
SA_INTERRUPT | 109 | arch/sparc/kernel/irq.c | (action->flags & SA_INTERRUPT) ? '+' : ' ', |
SA_INTERRUPT | 113 | arch/sparc/kernel/irq.c | (action->flags & SA_INTERRUPT) ? " +" : "", |
SA_INTERRUPT | 339 | arch/sparc/kernel/irq.c | if ((action->flags & SA_INTERRUPT) ^ (irqflags & SA_INTERRUPT)) { |
SA_INTERRUPT | 142 | arch/sparc/kernel/sun4c_irq.c | (SA_INTERRUPT | SA_STATIC_ALLOC), |
SA_INTERRUPT | 242 | arch/sparc/kernel/sun4m_irq.c | (SA_INTERRUPT | SA_STATIC_ALLOC), |
SA_INTERRUPT | 77 | arch/sparc/kernel/tick14.c | (SA_INTERRUPT | SA_STATIC_ALLOC), |
SA_INTERRUPT | 1023 | drivers/block/hd.c | if (request_irq(HD_IRQ, hd_interrupt, SA_INTERRUPT, "hd", NULL)) { |
SA_INTERRUPT | 3046 | drivers/block/ide.c | if (request_irq(hwif->irq, ide_intr, SA_INTERRUPT|SA_SAMPLE_RANDOM, hwif->name, hwgroup)) { |
SA_INTERRUPT | 3088 | drivers/cdrom/cdu31a.c | if (request_irq(cdu31a_irq, cdu31a_interrupt, SA_INTERRUPT, "cdu31a", NULL)) |
SA_INTERRUPT | 1245 | drivers/cdrom/mcd.c | if (request_irq(mcd_irq, mcd_interrupt, SA_INTERRUPT, "Mitsumi CD", NULL)) |
SA_INTERRUPT | 1224 | drivers/cdrom/mcdx.c | if (request_irq(stuffp->irq, mcdx_intr, SA_INTERRUPT, DEVICE_NAME, NULL)) { |
SA_INTERRUPT | 1569 | drivers/cdrom/sonycd535.c | SA_INTERRUPT, CDU535_HANDLE, NULL)) { |
SA_INTERRUPT | 1062 | drivers/char/cyclades.c | && !request_irq(i, cy_probe, SA_INTERRUPT, "serial probe", NULL)) { |
SA_INTERRUPT | 2997 | drivers/char/cyclades.c | if(request_irq(cy_isa_irq,cy_interrupt,SA_INTERRUPT,"cyclades",NULL)) |
SA_INTERRUPT | 3104 | drivers/char/cyclades.c | if(request_irq(cy_pci_irq,cy_interrupt,SA_INTERRUPT,"cyclades",NULL)) |
SA_INTERRUPT | 1187 | drivers/char/ftape/fdc-io.c | result = request_irq(fdc.irq, ftape_interrupt, SA_INTERRUPT, |
SA_INTERRUPT | 362 | drivers/char/lp.c | ret = request_irq(irq, lp_interrupt, SA_INTERRUPT, "printer", NULL); |
SA_INTERRUPT | 455 | drivers/char/lp.c | if ((retval = request_irq(newirq, lp_interrupt, SA_INTERRUPT, "printer", NULL))) { |
SA_INTERRUPT | 458 | drivers/char/lp.c | request_irq(oldirq, lp_interrupt, SA_INTERRUPT, "printer", NULL); |
SA_INTERRUPT | 642 | drivers/char/riscom8.c | error = request_irq(bp->irq, rc_interrupt, SA_INTERRUPT, "RISCom/8", NULL); |
SA_INTERRUPT | 524 | drivers/char/rtc.c | if(request_irq(RTC_IRQ, rtc_interrupt, SA_INTERRUPT, "rtc", NULL)) |
SA_INTERRUPT | 2131 | drivers/char/scc.c | if (request_irq(hwcfg.irq, scc_isr, SA_INTERRUPT, "AX.25 SCC", NULL)) |
SA_INTERRUPT | 85 | drivers/char/serial.c | #define IRQ_T(info) ((info->flags & ASYNC_SHARE_IRQ) ? SA_SHIRQ : SA_INTERRUPT) |
SA_INTERRUPT | 856 | drivers/char/serial.c | if (!(mask & dontgrab) && !request_irq(i, rs_probe, SA_INTERRUPT, "serial probe", NULL)) { |
SA_INTERRUPT | 2373 | drivers/char/stallion.c | if (request_irq(irq, stl_intr, SA_INTERRUPT, stl_drvname, NULL) != 0) { |
SA_INTERRUPT | 2838 | drivers/char/tpqic02.c | if (request_irq(QIC02_TAPE_IRQ, qic02_tape_interrupt, SA_INTERRUPT, "QIC-02", NULL)) { |
SA_INTERRUPT | 237 | drivers/char/wdt.c | if(request_irq(irq, wdt_interrupt, SA_INTERRUPT, "wdt501p", NULL)) |
SA_INTERRUPT | 265 | drivers/char/wdt.c | if(request_irq(irq, wdt_interrupt, SA_INTERRUPT, "wdt501p", NULL)) |
SA_INTERRUPT | 1535 | drivers/isdn/teles/card.c | SA_INTERRUPT, "teles", NULL)) { |
SA_INTERRUPT | 70 | drivers/net/auto_irq.c | && request_irq(i, autoirq_probe, SA_INTERRUPT, "irq probe", NULL) == 0) |
SA_INTERRUPT | 491 | drivers/net/hp100.c | if ( request_irq( dev -> irq, hp100_interrupt, SA_INTERRUPT, lp -> id -> name, NULL ) ) |
SA_INTERRUPT | 1137 | drivers/scsi/53c7,8xx.c | if (request_irq(host->irq, NCR53c7x0_intr, SA_INTERRUPT, "53c7,8xx", NULL)) { |
SA_INTERRUPT | 659 | drivers/scsi/AM53C974.c | if (request_irq(instance->irq, AM53C974_intr, SA_INTERRUPT, "AM53C974", NULL)) { |
SA_INTERRUPT | 1419 | drivers/scsi/BusLogic.c | SA_INTERRUPT | SA_SHIRQ, |
SA_INTERRUPT | 642 | drivers/scsi/NCR5380.c | if ((mask & possible) && (request_irq(i, &probe_intr, SA_INTERRUPT, "NCR-probe", NULL) |
SA_INTERRUPT | 3110 | drivers/scsi/advansys.c | SA_INTERRUPT, "advansys", NULL)) != 0) { |
SA_INTERRUPT | 838 | drivers/scsi/aha152x.c | ok = request_irq(setup[i].irq, aha152x_intr, SA_INTERRUPT, "aha152x", NULL); |
SA_INTERRUPT | 3528 | drivers/scsi/aic7xxx.c | if (request_irq(config->irq, aic7xxx_isr, SA_INTERRUPT, "aic7xxx", NULL)) |
SA_INTERRUPT | 219 | drivers/scsi/dtc.c | if (request_irq(instance->irq, dtc_intr, SA_INTERRUPT, "dtc")) { |
SA_INTERRUPT | 454 | drivers/scsi/eata.c | (irq, eata2x_interrupt_handler, SA_INTERRUPT, driver_name, NULL))) { |
SA_INTERRUPT | 869 | drivers/scsi/eata_dma.c | if (!request_irq(gc->IRQ, (void *) eata_fake_int_handler, SA_INTERRUPT, |
SA_INTERRUPT | 1310 | drivers/scsi/eata_dma.c | request_irq(i, (void *)(eata_int_handler), SA_INTERRUPT, "eata_dma", NULL); |
SA_INTERRUPT | 709 | drivers/scsi/eata_pio.c | if (!request_irq(gc->IRQ, eata_pio_int_handler, SA_INTERRUPT, |
SA_INTERRUPT | 992 | drivers/scsi/eata_pio.c | request_irq(i, eata_pio_int_handler, SA_INTERRUPT, "EATA-PIO", NULL); |
SA_INTERRUPT | 415 | drivers/scsi/esp.c | if(request_irq(esp->ehost->irq, esp_intr, SA_INTERRUPT, |
SA_INTERRUPT | 1046 | drivers/scsi/fdomain.c | fdomain_16x0_intr, SA_INTERRUPT, "fdomain", NULL); |
SA_INTERRUPT | 253 | drivers/scsi/g_NCR5380.c | if (request_irq(instance->irq, generic_NCR5380_intr, SA_INTERRUPT, "NCR5380", NULL)) { |
SA_INTERRUPT | 423 | drivers/scsi/pas16.c | if (request_irq(instance->irq, pas16_intr, SA_INTERRUPT, "pas16", NULL)) { |
SA_INTERRUPT | 360 | drivers/scsi/seagate.c | if (request_irq((int) irq, seagate_reconnect_intr, SA_INTERRUPT, |
SA_INTERRUPT | 249 | drivers/scsi/t128.c | if (request_irq(instance->irq, t128_intr, SA_INTERRUPT, "t128", NULL)) { |
SA_INTERRUPT | 418 | drivers/scsi/u14-34f.c | (irq, u14_34f_interrupt_handler, SA_INTERRUPT, driver_name, NULL))) { |
SA_INTERRUPT | 1051 | drivers/scsi/wd7000.c | if (request_irq(host->irq, wd7000_intr_handle, SA_INTERRUPT, "wd7000", NULL)) { |
SA_INTERRUPT | 30 | include/asm-alpha/floppy.h | SA_INTERRUPT|SA_SAMPLE_RANDOM, \ |
SA_INTERRUPT | 32 | include/asm-i386/floppy.h | SA_INTERRUPT|SA_SAMPLE_RANDOM, \ |
SA_INTERRUPT | 192 | include/asm-i386/floppy.h | return request_irq(irq, floppy_hardint,SA_INTERRUPT,device, dev_id); |
SA_INTERRUPT | 35 | include/asm-mips/floppy.h | SA_INTERRUPT|SA_SAMPLE_RANDOM, \ |
SA_INTERRUPT | 271 | include/asm-sparc/floppy.h | error = request_fast_irq(FLOPPY_IRQ, floppy_hardint, SA_INTERRUPT, "floppy"); |