Searched refs:NCR53c7x0_intr (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | amiga7xx.h | 11 void NCR53c7x0_intr(int irq, void *dev_id, struct pt_regs * regs);
|
D | mvme16x.h | 12 void NCR53c7x0_intr(int irq, void *dev_id, struct pt_regs * regs);
|
D | bvme6000.h | 12 void NCR53c7x0_intr(int irq, void *dev_id, struct pt_regs * regs);
|
D | 53c7xx.c | 326 static void NCR53c7x0_intr(int irq, void *dev_id, struct pt_regs * regs); 1074 if (request_irq(host->irq, NCR53c7x0_intr, SA_SHIRQ, "53c7xx", host)) in NCR53c7x0_init() 1100 free_irq(host->irq, NCR53c7x0_intr); in NCR53c7x0_init() 4257 NCR53c7x0_intr (int irq, void *dev_id, struct pt_regs * regs) { in NCR53c7x0_intr() function 5191 NCR53c7x0_intr (host->irq, NULL, NULL);
|
D | 53c7,8xx.c | 267 static void NCR53c7x0_intr(int irq, void *dev_id, struct pt_regs * regs); 4364 NCR53c7x0_intr(irq, dev_id, regs); in do_NCR53c7x0_intr() 4380 NCR53c7x0_intr (int irq, void *dev_id, struct pt_regs * regs) { in NCR53c7x0_intr() function 5513 NCR53c7x0_intr (host->irq, NULL, NULL);
|