tag | line | file | source code |
request_irq | 305 | arch/i386/kernel/irq.c | if (!request_irq(i, no_action, SA_PROBE, "probe")) { |
request_irq | 360 | arch/i386/kernel/irq.c | if (request_irq(2, no_action, SA_INTERRUPT, "cascade")) |
request_irq | 362 | arch/i386/kernel/irq.c | if (request_irq(13,math_error_irq, 0, "math error")) |
request_irq | 238 | arch/mips/kernel/irq.c | if (!request_irq(i, no_action, SA_PROBE, "probe")) { |
request_irq | 293 | arch/mips/kernel/irq.c | if (request_irq(2, no_action, SA_INTERRUPT, "cascade")) |
request_irq | 2905 | drivers/block/cdu31a.c | if (request_irq(irq_used, cdu31a_interrupt, SA_INTERRUPT, "cdu31a")) |
request_irq | 3478 | drivers/block/floppy.c | if (request_irq(FLOPPY_IRQ, floppy_interrupt, SA_INTERRUPT, "floppy")) { |
request_irq | 1021 | drivers/block/hd.c | if (request_irq(HD_IRQ, hd_interrupt, SA_INTERRUPT, "hd")) { |
request_irq | 2109 | drivers/block/ide.c | if ((rc = request_irq(ide_irq[HWIF],handler,SA_INTERRUPT,ide_name[HWIF]))) |
request_irq | 1153 | drivers/block/mcd.c | if (request_irq(mcd_irq, mcd_interrupt, SA_INTERRUPT, "Mitsumi CD")) |
request_irq | 1571 | drivers/block/sonycd535.c | if (request_irq(sony535_irq_used, cdu535_interrupt, |
request_irq | 171 | drivers/block/xd.c | if (!request_irq(xd_irq,xd_interrupt_handler, 0, "XT harddisk")) { |
request_irq | 107 | drivers/char/atixlmouse.c | if (request_irq(ATIXL_MOUSE_IRQ, mouse_interrupt, 0, "ATIXL mouse")) { |
request_irq | 116 | drivers/char/busmouse.c | if (request_irq(mouse_irq, mouse_interrupt, 0, "Busmouse")) |
request_irq | 982 | drivers/char/cyclades.c | && !request_irq(i, cy_probe, SA_INTERRUPT, "serial probe")) { |
request_irq | 2769 | drivers/char/cyclades.c | retval = request_irq(cinfo->irq, cy_interrupt, |
request_irq | 1183 | drivers/char/keyboard.c | request_irq(KEYBOARD_IRQ, keyboard_interrupt, 0, "keyboard"); |
request_irq | 366 | drivers/char/lp.c | ret = request_irq(irq, lp_interrupt, SA_INTERRUPT, "printer"); |
request_irq | 467 | drivers/char/lp.c | if ((retval = request_irq(newirq, lp_interrupt, SA_INTERRUPT, "printer"))) { |
request_irq | 470 | drivers/char/lp.c | request_irq(oldirq, lp_interrupt, SA_INTERRUPT, "printer"); |
request_irq | 89 | drivers/char/msbusmouse.c | if (request_irq(MOUSE_IRQ, ms_mouse_interrupt, 0, "MS Busmouse")) { |
request_irq | 275 | drivers/char/psaux.c | if (request_irq(AUX_IRQ, aux_interrupt, 0, "PS/2 Mouse")) { |
request_irq | 305 | drivers/char/psaux.c | if (request_irq(QP_IRQ, qp_interrupt, 0, "PS/2 Mouse")) |
request_irq | 825 | drivers/char/serial.c | if (!(mask & dontgrab) && !request_irq(i, rs_probe, SA_INTERRUPT, "serial probe")) { |
request_irq | 942 | drivers/char/serial.c | retval = request_irq(info->irq, handler, SA_INTERRUPT, "serial"); |
request_irq | 1070 | drivers/char/serial.c | retval = request_irq(info->irq, rs_interrupt_single, SA_INTERRUPT, "serial"); |
request_irq | 1806 | drivers/char/serial.c | retval = request_irq(info->irq, handler, SA_INTERRUPT, |
request_irq | 2842 | drivers/char/tpqic02.c | if (request_irq(QIC02_TAPE_IRQ, qic02_tape_interrupt, SA_INTERRUPT, "QIC-02")) { |
request_irq | 311 | drivers/net/3c501.c | if (request_irq(dev->irq, &el_interrupt, 0, "3c501")) { |
request_irq | 288 | drivers/net/3c503.c | if (request_irq (*irqp, NULL, 0, "bogus") != -EBUSY) { |
request_irq | 294 | drivers/net/3c503.c | && request_irq (dev->irq = *irqp, &ei_interrupt, 0, "3c503") == 0) |
request_irq | 303 | drivers/net/3c503.c | if (request_irq(dev->irq, &ei_interrupt, 0, "3c503")) { |
request_irq | 889 | drivers/net/3c505.c | if (request_irq(dev->irq, &elp_interrupt, 0, "3c505")) |
request_irq | 366 | drivers/net/3c507.c | irqval = request_irq(irq, &el16_interrupt, 0, "3c507"); |
request_irq | 309 | drivers/net/3c509.c | if (request_irq(dev->irq, &el3_interrupt, 0, "3c509")) { |
request_irq | 141 | drivers/net/ac3200.c | if (request_irq(dev->irq, ei_interrupt, 0, "ac3200")) { |
request_irq | 196 | drivers/net/ac3200.c | if (request_irq(dev->irq, ei_interrupt, 0, "ac3200")) |
request_irq | 545 | drivers/net/apricot.c | if (request_irq(dev->irq, &i596_interrupt, 0, "apricot")) |
request_irq | 520 | drivers/net/arcnet.c | int irqval = request_irq(dev->irq, &arcnet_interrupt, 0, |
request_irq | 829 | drivers/net/arcnet.c | if (request_irq(dev->irq, &arcnet_interrupt, 0, "arcnet")) { |
request_irq | 197 | drivers/net/at1700.c | if (request_irq(irq, &net_interrupt, 0, "at1700")) { |
request_irq | 329 | drivers/net/atp.c | || request_irq(dev->irq, &net_interrupt, 0, "ATP")) { |
request_irq | 70 | drivers/net/auto_irq.c | && request_irq(i, autoirq_probe, SA_INTERRUPT, "irq probe") == 0) |
request_irq | 614 | drivers/net/de4x5.c | if (request_irq(dev->irq, (void *)de4x5_interrupt, 0, lp->adapter_name)) { |
request_irq | 342 | drivers/net/de600.c | if (request_irq(DE600_IRQ, de600_interrupt, 0, "de600")) { |
request_irq | 410 | drivers/net/de620.c | if (request_irq(DE620_IRQ, de620_interrupt, 0, "de620")) { |
request_irq | 684 | drivers/net/depca.c | if (request_irq(dev->irq, &depca_interrupt, 0, "depca")) { |
request_irq | 166 | drivers/net/e2100.c | if (request_irq (irqlist[i], NULL, 0, "bogus") != -EBUSY) { |
request_irq | 237 | drivers/net/e2100.c | if (request_irq(dev->irq, ei_interrupt, 0, "e2100")) { |
request_irq | 432 | drivers/net/eexpress.c | || request_irq(dev->irq, &eexp_interrupt, 0, "EExpress")) { |
request_irq | 661 | drivers/net/ewrk3.c | if (request_irq(dev->irq, &ewrk3_interrupt, 0, "ewrk3")) { |
request_irq | 246 | drivers/net/hp-plus.c | if (request_irq(dev->irq, &ei_interrupt, 0, "hp-plus")) { |
request_irq | 142 | drivers/net/hp.c | if (request_irq (irq, NULL, 0, "bogus") != -EBUSY) { |
request_irq | 148 | drivers/net/hp.c | && request_irq (irq, &ei_interrupt, 0, "hp") == 0) { |
request_irq | 162 | drivers/net/hp.c | if (request_irq(dev->irq, ei_interrupt, 0, "hp")) { |
request_irq | 554 | drivers/net/lance.c | request_irq(dev->irq, &lance_interrupt, 0, lp->name)) { |
request_irq | 254 | drivers/net/ne.c | int irqval = request_irq (dev->irq, ei_interrupt, 0, "ne"); |
request_irq | 230 | drivers/net/ni52.c | if(request_irq(dev->irq, &ni52_interrupt,0,"ni52")) |
request_irq | 230 | drivers/net/ni65.c | int irqval = request_irq(dev->irq, &ni65_interrupt,0,"ni65"); |
request_irq | 931 | drivers/net/plip.c | if (request_irq(dev->irq , plip_interrupt, 0, dev->name) != 0) { |
request_irq | 890 | drivers/net/sk_g16.c | irqval = request_irq(irqtab[i], &SK_interrupt, 0, "sk_g16"); |
request_irq | 907 | drivers/net/sk_g16.c | if (request_irq(9, &SK_interrupt, 0, "sk_g16")) |
request_irq | 928 | drivers/net/sk_g16.c | if (request_irq(dev->irq, &SK_interrupt, 0, "sk_g16")) |
request_irq | 202 | drivers/net/skeleton.c | { int irqval = request_irq(dev->irq, &net_interrupt, 0, "skeleton"); |
request_irq | 285 | drivers/net/skeleton.c | if (request_irq(dev->irq, &net_interrupt, 0, "skeleton")) { |
request_irq | 219 | drivers/net/smc-ultra.c | if (request_irq(dev->irq, ei_interrupt, 0, ei_status.name)) |
request_irq | 287 | drivers/net/tulip.c | || request_irq(dev->irq, &tulip_interrupt, 0, "DEC 21040 Tulip")) { |
request_irq | 1165 | drivers/net/wavelan.c | request_irq(dev->irq, &wavelan_interrupt, 0, "WaveLAN") != 0 |
request_irq | 232 | drivers/net/wd.c | if (request_irq(dev->irq, ei_interrupt, 0, "wd")) { |
request_irq | 249 | drivers/net/znet.c | if (request_irq(dev->irq, &znet_interrupt, 0, "ZNet") |
request_irq | 462 | drivers/scsi/53c7,8xx.c | if (request_irq(host->irq, NCR53c7x0_intr, SA_INTERRUPT, "53c7,8xx")) { |
request_irq | 616 | drivers/scsi/NCR5380.c | if ((mask & possible) && (request_irq(i, &probe_intr, SA_INTERRUPT, "NCR-probe") |
request_irq | 716 | drivers/scsi/aha152x.c | ok = request_irq(interrupt_level, aha152x_intr, SA_INTERRUPT, "aha152x"); |
request_irq | 994 | drivers/scsi/aha1542.c | if (request_irq(irq_level,aha1542_intr_handle, 0, "aha1542")) { |
request_irq | 469 | drivers/scsi/aha1740.c | if (request_irq(irq_level,aha1740_intr_handle, 0, "aha1740")) |
request_irq | 962 | drivers/scsi/aha274x.c | if (request_irq(irq, aha274x_isr, SA_INTERRUPT, "AHA274x/284x")) { |
request_irq | 1218 | drivers/scsi/buslogic.c | if (request_irq(irq, buslogic_interrupt, |
request_irq | 440 | drivers/scsi/eata.c | if ((irq >= MAX_IRQ) || ((irqlist[irq] == NO_IRQ) && request_irq |
request_irq | 756 | drivers/scsi/eata_dma.c | if (!request_irq(gc->IRQ, (void *) eata_fake_int_handler, SA_INTERRUPT, "eata_dma")){ |
request_irq | 1141 | drivers/scsi/eata_dma.c | request_irq(i, eata_int_handler, SA_INTERRUPT, "EATA-DMA"); |
request_irq | 711 | drivers/scsi/fdomain.c | retcode = request_irq( interrupt_level, |
request_irq | 139 | drivers/scsi/g_NCR5380.c | if (request_irq(instance->irq, generic_NCR5380_intr, SA_INTERRUPT, "NCR5380")) { |
request_irq | 623 | drivers/scsi/in2000.c | if (request_irq(irq_level,in2000_intr_handle, 0, "in2000")) |
request_irq | 391 | drivers/scsi/pas16.c | if (request_irq(instance->irq, pas16_intr, SA_INTERRUPT, "pas16")) { |
request_irq | 587 | drivers/scsi/qlogic.c | if (qlirq >= 0 && !request_irq(qlirq, ql_ihandl, 0, "qlogic")) |
request_irq | 351 | drivers/scsi/seagate.c | if (request_irq((int) irq, seagate_reconnect_intr, SA_INTERRUPT, |
request_irq | 240 | drivers/scsi/t128.c | if (request_irq(instance->irq, t128_intr, SA_INTERRUPT, "t128")) { |
request_irq | 394 | drivers/scsi/u14-34f.c | if ((irq >= MAX_IRQ) || ((irqlist[irq] == NO_IRQ) && request_irq |
request_irq | 570 | drivers/scsi/ultrastor.c | if (request_irq(config.interrupt, ultrastor_interrupt, 0, "Ultrastor")) |
request_irq | 1039 | drivers/scsi/wd7000.c | if (request_irq(host->irq, wd7000_intr_handle, SA_INTERRUPT, "wd7000")) { |
request_irq | 229 | drivers/sound/soundcard.c | retcode = request_irq(interrupt_level, hndlr, |
request_irq | 270 | include/linux/sched.h | extern int request_irq(unsigned int irq,void (*handler)(int, struct pt_regs *), |
request_irq | 204 | kernel/ksyms.c | X(request_irq), |
request_irq | 784 | kernel/sched.c | if (request_irq(TIMER_IRQ, do_timer, 0, "timer") != 0) |