tag | line | file | source code |
request_irq | 315 | arch/mips/kernel/irq.c | if (!request_irq(i, no_action, SA_PROBE, "probe", NULL)) { |
request_irq | 384 | arch/mips/kernel/irq.c | if (request_irq(2, no_action, SA_INTERRUPT, "cascade", NULL)) |
request_irq | 284 | arch/mips/kernel/time.c | if (request_irq(TIMER_IRQ, irq_handler, 0, "timer") != 0) |
request_irq | 349 | arch/ppc/kernel/irq.c | if (!request_irq(i, no_action, SA_PROBE, "probe", NULL)) { |
request_irq | 409 | arch/ppc/kernel/irq.c | if (request_irq(2, no_action, SA_INTERRUPT, "cascade", NULL)) |
request_irq | 1023 | drivers/block/hd.c | if (request_irq(HD_IRQ, hd_interrupt, SA_INTERRUPT, "hd", NULL)) { |
request_irq | 3024 | drivers/block/ide.c | if (request_irq(hwif->irq, ide_intr, SA_INTERRUPT|SA_SAMPLE_RANDOM, hwif->name, hwgroup)) { |
request_irq | 171 | drivers/block/xd.c | if (!request_irq(xd_irq,xd_interrupt_handler, 0, "XT harddisk", NULL)) { |
request_irq | 3088 | drivers/cdrom/cdu31a.c | if (request_irq(cdu31a_irq, cdu31a_interrupt, SA_INTERRUPT, "cdu31a", NULL)) |
request_irq | 1159 | drivers/cdrom/cm206.c | if (request_irq(cm206_irq, cm206_interrupt, 0, "cm206", NULL)) { |
request_irq | 1245 | drivers/cdrom/mcd.c | if (request_irq(mcd_irq, mcd_interrupt, SA_INTERRUPT, "Mitsumi CD", NULL)) |
request_irq | 1224 | drivers/cdrom/mcdx.c | if (request_irq(stuffp->irq, mcdx_intr, SA_INTERRUPT, DEVICE_NAME, NULL)) { |
request_irq | 1568 | drivers/cdrom/sonycd535.c | if (request_irq(sony535_irq_used, cdu535_interrupt, |
request_irq | 123 | drivers/char/atixlmouse.c | if (request_irq(ATIXL_MOUSE_IRQ, mouse_interrupt, 0, "ATIXL mouse", NULL)) { |
request_irq | 141 | drivers/char/busmouse.c | if (request_irq(mouse_irq, mouse_interrupt, 0, "busmouse", NULL)) { |
request_irq | 1046 | drivers/char/cyclades.c | && !request_irq(i, cy_probe, SA_INTERRUPT, "serial probe", NULL)) { |
request_irq | 2993 | drivers/char/cyclades.c | if(request_irq(cy_isa_irq,cy_interrupt,SA_INTERRUPT,"cyclades",NULL)) |
request_irq | 3090 | drivers/char/cyclades.c | if(request_irq(cy_pci_irq,cy_interrupt,SA_INTERRUPT,"cyclades",NULL)) |
request_irq | 1187 | drivers/char/ftape/fdc-io.c | result = request_irq(fdc.irq, ftape_interrupt, SA_INTERRUPT, |
request_irq | 1185 | drivers/char/keyboard.c | request_irq(KEYBOARD_IRQ, keyboard_interrupt, 0, "keyboard", NULL); |
request_irq | 362 | drivers/char/lp.c | ret = request_irq(irq, lp_interrupt, SA_INTERRUPT, "printer", NULL); |
request_irq | 455 | drivers/char/lp.c | if ((retval = request_irq(newirq, lp_interrupt, SA_INTERRUPT, "printer", NULL))) { |
request_irq | 458 | drivers/char/lp.c | request_irq(oldirq, lp_interrupt, SA_INTERRUPT, "printer", NULL); |
request_irq | 110 | drivers/char/msbusmouse.c | if (request_irq(MOUSE_IRQ, ms_mouse_interrupt, 0, "MS Busmouse", NULL)) { |
request_irq | 314 | drivers/char/psaux.c | if (request_irq(AUX_IRQ, aux_interrupt, 0, "PS/2 Mouse", NULL)) { |
request_irq | 344 | drivers/char/psaux.c | if (request_irq(QP_IRQ, qp_interrupt, 0, "PS/2 Mouse", NULL)) { |
request_irq | 2131 | drivers/char/scc.c | if (request_irq(hwcfg.irq, scc_isr, SA_INTERRUPT, "AX.25 SCC", NULL)) |
request_irq | 841 | drivers/char/serial.c | if (!(mask & dontgrab) && !request_irq(i, rs_probe, SA_INTERRUPT, "serial probe", NULL)) { |
request_irq | 967 | drivers/char/serial.c | retval = request_irq(info->irq, handler, IRQ_T(info), |
request_irq | 1096 | drivers/char/serial.c | retval = request_irq(info->irq, rs_interrupt_single, |
request_irq | 1859 | drivers/char/serial.c | retval = request_irq(info->irq, handler, IRQ_T(info), |
request_irq | 2451 | drivers/char/stallion.c | if (request_irq(irq, stl_intr, SA_INTERRUPT, stl_drvname, NULL) != 0) { |
request_irq | 2838 | drivers/char/tpqic02.c | if (request_irq(QIC02_TAPE_IRQ, qic02_tape_interrupt, SA_INTERRUPT, "QIC-02", NULL)) { |
request_irq | 237 | drivers/char/wdt.c | if(request_irq(irq, wdt_interrupt, SA_INTERRUPT, "wdt501p", NULL)) |
request_irq | 265 | drivers/char/wdt.c | if(request_irq(irq, wdt_interrupt, SA_INTERRUPT, "wdt501p", NULL)) |
request_irq | 1532 | drivers/isdn/teles/card.c | if (request_irq(card->interrupt, &teles_interrupt, |
request_irq | 363 | drivers/net/3c501.c | if (request_irq(dev->irq, &el_interrupt, 0, "3c501", NULL)) |
request_irq | 342 | drivers/net/3c503.c | if (request_irq (*irqp, NULL, 0, "bogus", NULL) != -EBUSY) { |
request_irq | 348 | drivers/net/3c503.c | && request_irq (dev->irq = *irqp, &ei_interrupt, 0, ei_status.name, NULL) == 0) |
request_irq | 357 | drivers/net/3c503.c | if (request_irq(dev->irq, &ei_interrupt, 0, ei_status.name, NULL)) { |
request_irq | 862 | drivers/net/3c505.c | if (request_irq(dev->irq, &elp_interrupt, 0, "3c505", NULL)) { |
request_irq | 364 | drivers/net/3c507.c | irqval = request_irq(irq, &el16_interrupt, 0, "3c507", NULL); |
request_irq | 328 | drivers/net/3c509.c | if (request_irq(dev->irq, &el3_interrupt, 0, "3c509", dev)) |
request_irq | 553 | drivers/net/3c59x.c | if (request_irq(dev->irq, &vortex_interrupt, 0, vp->product_name, NULL)) { |
request_irq | 167 | drivers/net/ac3200.c | if (request_irq(dev->irq, ei_interrupt, 0, "ac3200", NULL)) { |
request_irq | 230 | drivers/net/ac3200.c | if (request_irq(dev->irq, ei_interrupt, 0, "ac3200", NULL)) |
request_irq | 540 | drivers/net/apricot.c | if (request_irq(dev->irq, &i596_interrupt, 0, "apricot", NULL)) |
request_irq | 1111 | drivers/net/arcnet.c | if (request_irq(airq,&arcnet_interrupt,0,"arcnet",NULL)) |
request_irq | 195 | drivers/net/at1700.c | if (request_irq(irq, &net_interrupt, 0, "at1700", NULL)) { |
request_irq | 331 | drivers/net/atp.c | || request_irq(dev->irq, &net_interrupt, 0, "ATP", NULL)) { |
request_irq | 70 | drivers/net/auto_irq.c | && request_irq(i, autoirq_probe, SA_INTERRUPT, "irq probe", NULL) == 0) |
request_irq | 906 | drivers/net/de4x5.c | if (request_irq(dev->irq, (void *)de4x5_interrupt, SA_SHIRQ, |
request_irq | 339 | drivers/net/de600.c | if (request_irq(DE600_IRQ, de600_interrupt, 0, "de600", NULL)) { |
request_irq | 435 | drivers/net/de620.c | if (request_irq(dev->irq, de620_interrupt, 0, "de620", NULL)) { |
request_irq | 707 | drivers/net/depca.c | if (request_irq(dev->irq, &depca_interrupt, 0, lp->adapter_name, NULL)) { |
request_irq | 180 | drivers/net/e2100.c | if (request_irq (irqlist[i], NULL, 0, "bogus", NULL) != -EBUSY) { |
request_irq | 256 | drivers/net/e2100.c | if (request_irq(dev->irq, ei_interrupt, 0, "e2100", NULL)) { |
request_irq | 379 | drivers/net/eepro.c | if (request_irq(dev->irq, &eepro_interrupt, 0, "eepro", NULL)) { |
request_irq | 465 | drivers/net/eepro.c | if (request_irq (*irqp, NULL, 0, "bogus", NULL) != EBUSY) { |
request_irq | 472 | drivers/net/eepro.c | (request_irq(dev->irq = *irqp, &eepro_interrupt, 0, "eepro", NULL) == 0)) |
request_irq | 306 | drivers/net/eexpress.c | request_irq(irq,&eexp_irq,0,"eexpress",NULL)) |
request_irq | 426 | drivers/net/eth16i.c | if(request_irq(dev->irq, ð16i_interrupt, 0, "eth16i", NULL)) { |
request_irq | 629 | drivers/net/ewrk3.c | if (request_irq(dev->irq, (void *)ewrk3_interrupt, 0, "ewrk3", NULL)) { |
request_irq | 182 | drivers/net/fmv18x.c | if (request_irq(irq, &net_interrupt, 0, "fmv18x", NULL)) { |
request_irq | 261 | drivers/net/hp-plus.c | if (request_irq(dev->irq, &ei_interrupt, 0, "hp-plus", NULL)) { |
request_irq | 153 | drivers/net/hp.c | if (request_irq (irq, NULL, 0, "bogus", NULL) != -EBUSY) { |
request_irq | 159 | drivers/net/hp.c | && request_irq (irq, &ei_interrupt, 0, "hp", NULL) == 0) { |
request_irq | 173 | drivers/net/hp.c | if (request_irq(dev->irq, ei_interrupt, 0, "hp", NULL)) { |
request_irq | 491 | drivers/net/hp100.c | if ( request_irq( dev -> irq, hp100_interrupt, SA_INTERRUPT, lp -> id -> name, NULL ) ) |
request_irq | 521 | drivers/net/ibmtr.c | if (request_irq (dev->irq = irq, &tok_interrupt,0,"IBM TR", NULL) != 0) { |
request_irq | 590 | drivers/net/lance.c | request_irq(dev->irq, &lance_interrupt, 0, lp->name, NULL)) { |
request_irq | 367 | drivers/net/ne.c | int irqval = request_irq(dev->irq, ei_interrupt, 0, name, NULL); |
request_irq | 262 | drivers/net/ni52.c | if(request_irq(dev->irq, &ni52_interrupt,0,"ni5210",NULL)) |
request_irq | 252 | drivers/net/ni65.c | int irqval = request_irq(dev->irq, &ni65_interrupt,0,"ni6510",NULL); |
request_irq | 1401 | drivers/net/pi2.c | int irqval = request_irq(dev->irq, &pi_interrupt,0, "pi2", NULL); |
request_irq | 943 | drivers/net/plip.c | if (request_irq(dev->irq , plip_interrupt, 0, dev->name, NULL) != 0) { |
request_irq | 871 | drivers/net/pt.c | int irqval = request_irq(dev->irq, &pt_interrupt,0, "pt", NULL); |
request_irq | 1424 | drivers/net/sdla.c | if (request_irq(dev->irq, &sdla_isr, 0, dev->name, NULL)) |
request_irq | 307 | drivers/net/seeq8005.c | int irqval = request_irq(dev->irq, &seeq8005_interrupt, 0, "seeq8005", NULL); |
request_irq | 353 | drivers/net/seeq8005.c | int irqval = request_irq(dev->irq, &seeq8005_interrupt, 0, "seeq8005", NULL); |
request_irq | 888 | drivers/net/sk_g16.c | irqval = request_irq(irqtab[i], &SK_interrupt, 0, "sk_g16", NULL); |
request_irq | 905 | drivers/net/sk_g16.c | if (request_irq(9, &SK_interrupt, 0, "sk_g16", NULL)) |
request_irq | 926 | drivers/net/sk_g16.c | if (request_irq(dev->irq, &SK_interrupt, 0, "sk_g16", NULL)) |
request_irq | 223 | drivers/net/skeleton.c | int irqval = request_irq(dev->irq, &net_interrupt, 0, cardname, NULL); |
request_irq | 316 | drivers/net/skeleton.c | if (request_irq(dev->irq, &net_interrupt, 0, cardname, NULL)) { |
request_irq | 236 | drivers/net/smc-ultra.c | if (request_irq(dev->irq, ei_interrupt, 0, ei_status.name, NULL)) |
request_irq | 90 | drivers/net/smc9194.c | #define request_irq( x, y, z, u, v ) request_irq( x, y, z, u ) |
request_irq | 1104 | drivers/net/smc9194.c | irqval = request_irq(dev->irq, &smc_interrupt, 0, CARDNAME, NULL); |
request_irq | 491 | drivers/net/sunlance.c | if (request_irq (dev->irq, &lance_interrupt, 0, lancestr, NULL)){ |
request_irq | 286 | drivers/net/tulip.c | || request_irq(dev->irq, &tulip_interrupt, 0, "DEC 21040 Tulip", NULL)) { |
request_irq | 1243 | drivers/net/wavelan.c | request_irq(dev->irq, &wavelan_interrupt, 0, "WaveLAN", NULL) != 0 |
request_irq | 256 | drivers/net/wd.c | if (request_irq(dev->irq, ei_interrupt, 0, model_name, NULL)) { |
request_irq | 249 | drivers/net/znet.c | if (request_irq(dev->irq, &znet_interrupt, 0, "ZNet", NULL) |
request_irq | 1117 | drivers/scsi/53c7,8xx.c | if (request_irq(host->irq, NCR53c7x0_intr, SA_INTERRUPT, "53c7,8xx", NULL)) { |
request_irq | 659 | drivers/scsi/AM53C974.c | if (request_irq(instance->irq, AM53C974_intr, SA_INTERRUPT, "AM53C974", NULL)) { |
request_irq | 1164 | drivers/scsi/BusLogic.c | if (request_irq(HostAdapter->IRQ_Channel, BusLogic_InterruptHandler, |
request_irq | 632 | drivers/scsi/NCR5380.c | if ((mask & possible) && (request_irq(i, &probe_intr, SA_INTERRUPT, "NCR-probe", NULL) |
request_irq | 540 | drivers/scsi/NCR53c406a.c | if(request_irq(irq_level, NCR53c406a_intr, 0, "NCR53c406a", NULL)){ |
request_irq | 3109 | drivers/scsi/advansys.c | if ((ret = request_irq(shp->irq, advansys_interrupt, |
request_irq | 838 | drivers/scsi/aha152x.c | ok = request_irq(setup[i].irq, aha152x_intr, SA_INTERRUPT, "aha152x", NULL); |
request_irq | 1003 | drivers/scsi/aha1542.c | if (request_irq(irq_level,aha1542_intr_handle, 0, "aha1542", NULL)) { |
request_irq | 475 | drivers/scsi/aha1740.c | if (request_irq(irq_level,aha1740_intr_handle, 0, "aha1740", NULL)) |
request_irq | 3465 | drivers/scsi/aic7xxx.c | if (request_irq(config->irq, aic7xxx_isr, SA_INTERRUPT, "aic7xxx", NULL)) |
request_irq | 450 | drivers/scsi/eata.c | if ((irq >= MAX_IRQ) || ((irqlist[irq] == NO_IRQ) && request_irq |
request_irq | 869 | drivers/scsi/eata_dma.c | if (!request_irq(gc->IRQ, (void *) eata_fake_int_handler, SA_INTERRUPT, |
request_irq | 1310 | drivers/scsi/eata_dma.c | request_irq(i, (void *)(eata_int_handler), SA_INTERRUPT, "eata_dma", NULL); |
request_irq | 709 | drivers/scsi/eata_pio.c | if (!request_irq(gc->IRQ, eata_pio_int_handler, SA_INTERRUPT, |
request_irq | 992 | drivers/scsi/eata_pio.c | request_irq(i, eata_pio_int_handler, SA_INTERRUPT, "EATA-PIO", NULL); |
request_irq | 996 | drivers/scsi/fdomain.c | retcode = request_irq( interrupt_level, |
request_irq | 216 | drivers/scsi/g_NCR5380.c | if (request_irq(instance->irq, generic_NCR5380_intr, SA_INTERRUPT, "NCR5380", NULL)) { |
request_irq | 635 | drivers/scsi/in2000.c | if (request_irq(irq_level,in2000_intr_handle, 0, "in2000", NULL)) |
request_irq | 404 | drivers/scsi/pas16.c | if (request_irq(instance->irq, pas16_intr, SA_INTERRUPT, "pas16", NULL)) { |
request_irq | 612 | drivers/scsi/qlogic.c | if (qlirq >= 0 && !request_irq(qlirq, ql_ihandl, 0, "qlogic", NULL)) |
request_irq | 360 | drivers/scsi/seagate.c | if (request_irq((int) irq, seagate_reconnect_intr, SA_INTERRUPT, |
request_irq | 248 | drivers/scsi/t128.c | if (request_irq(instance->irq, t128_intr, SA_INTERRUPT, "t128", NULL)) { |
request_irq | 409 | drivers/scsi/u14-34f.c | if ((irq >= MAX_IRQ) || ((irqlist[irq] == NO_IRQ) && request_irq |
request_irq | 580 | drivers/scsi/ultrastor.c | if (request_irq(config.interrupt, ultrastor_interrupt, 0, "Ultrastor", NULL)) |
request_irq | 1051 | drivers/scsi/wd7000.c | if (request_irq(host->irq, wd7000_intr_handle, SA_INTERRUPT, "wd7000", NULL)) { |
request_irq | 485 | drivers/sound/soundcard.c | retcode = request_irq (interrupt_level, hndlr, 0 /* SA_INTERRUPT */ , name, NULL); |
request_irq | 27 | include/asm-alpha/floppy.h | #define fd_request_irq() request_irq(FLOPPY_IRQ, floppy_interrupt, \ |
request_irq | 27 | include/asm-i386/floppy.h | #define fd_request_irq() request_irq(FLOPPY_IRQ, floppy_interrupt, \ |
request_irq | 34 | include/asm-mips/floppy.h | #define fd_request_irq() request_irq(FLOPPY_IRQ, floppy_interrupt, \ |
request_irq | 349 | include/linux/sched.h | extern int request_irq(unsigned int irq, |
request_irq | 232 | kernel/ksyms.c | X(request_irq), |