Searched refs:NCR_700_intr (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/scsi/ |
H A D | 53c700.rst | 76 parameters that matter to you (see below), plumb the NCR_700_intr 91 request_irq(irq, NCR_700_intr, <irq flags>, <driver name>, host); 96 NCR_700_intr() directly. However, you should only really do this if
|
/linux/drivers/scsi/ |
H A D | lasi700.c | 119 if(request_irq(dev->irq, NCR_700_intr, IRQF_SHARED, "lasi700", host)) { in lasi700_probe()
|
H A D | zorro7xx.c | 131 if (request_irq(host->irq, NCR_700_intr, IRQF_SHARED, "zorro7xx-scsi", in zorro7xx_init_one()
|
H A D | sim710.c | 123 if (request_irq(irq, NCR_700_intr, IRQF_SHARED, "sim710", host)) { in sim710_probe_common()
|
H A D | 53c700.h | 60 irqreturn_t NCR_700_intr(int, void *);
|
H A D | 53c700.c | 1485 NCR_700_intr(int irq, void *dev_id) in NCR_700_intr() function 2094 EXPORT_SYMBOL(NCR_700_intr);
|