Home
last modified time | relevance | path

Searched refs:esp_intr (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dmca_53c9x.c155 if (request_irq(esp->irq, esp_intr, 0, in mca_esp_detect()
156 "NCR 53c9x SCSI", esp_intr)) in mca_esp_detect()
167 free_irq(esp->irq, esp_intr); in mca_esp_detect()
275 free_irq(esp->irq, esp_intr); in mca_esp_release()
Dblz2060.c117 request_irq(IRQ_AMIGA_PORTS, esp_intr, SA_SHIRQ, in blz2060_esp_detect()
118 "Blizzard 2060 SCSI", esp_intr); in blz2060_esp_detect()
253 free_irq(IRQ_AMIGA_PORTS, esp_intr); in blz2060_esp_release()
DcyberstormII.c132 request_irq(IRQ_AMIGA_PORTS, esp_intr, SA_SHIRQ, in cyberII_esp_detect()
133 "CyberStorm SCSI Mk II", esp_intr); in cyberII_esp_detect()
270 free_irq(IRQ_AMIGA_PORTS, esp_intr); in cyberII_esp_release()
Dcyberstorm.c138 request_irq(IRQ_AMIGA_PORTS, esp_intr, SA_SHIRQ, in cyber_esp_detect()
139 "CyberStorm SCSI", esp_intr); in cyber_esp_detect()
319 free_irq(IRQ_AMIGA_PORTS, esp_intr); in cyber_esp_release()
Dblz1230.c139 if (request_irq(IRQ_AMIGA_PORTS, esp_intr, SA_SHIRQ, in blz1230_esp_detect()
140 "Blizzard 1230 SCSI IV", esp_intr)) in blz1230_esp_detect()
295 free_irq(IRQ_AMIGA_PORTS, esp_intr); in blz1230_esp_release()
Dfastlane.c169 if (request_irq(IRQ_AMIGA_PORTS, esp_intr, SA_SHIRQ, in fastlane_esp_detect()
170 "Fastlane SCSI", esp_intr)) { in fastlane_esp_detect()
371 free_irq(IRQ_AMIGA_PORTS, esp_intr); in fastlane_esp_release()
Doktagon_esp.c202 request_irq(IRQ_AMIGA_PORTS, esp_intr, SA_SHIRQ, in oktagon_esp_detect()
203 "BSC Oktagon SCSI", esp_intr); in oktagon_esp_detect()
589 free_irq(IRQ_AMIGA_PORTS, esp_intr); in oktagon_esp_release()
Ddec_esp.c170 if (request_irq(esp->irq, esp_intr, SA_INTERRUPT, in dec_esp_detect()
243 if (request_irq(esp->irq, esp_intr, SA_INTERRUPT, in dec_esp_detect()
267 free_irq(esp->irq, esp_intr); in dec_esp_detect()
Dmac_esp.c427 request_irq(IRQ_MAC_SCSI, esp_intr, 0, "Mac ESP SCSI", esp); in mac_esp_detect()
443 request_irq(IRQ_MAC_SCSIDRQ, esp_intr, 0, "Mac ESP SCSI 2", esp); in mac_esp_detect()
Djazz_esp.c122 request_irq(JAZZ_SCSI_IRQ, esp_intr, SA_INTERRUPT, "JAZZ SCSI", in jazz_esp_detect()
Dsun3x_esp.c115 if (request_irq(esp->irq, esp_intr, SA_INTERRUPT, in sun3x_esp_detect()
DNCR53C9x.h647 extern void esp_intr(int, void *, struct pt_regs *);
DNCR53C9x.c99 void esp_intr(int irq, void *dev_id, struct pt_regs *pregs);
3544 void esp_intr(int irq, void *dev_id, struct pt_regs *pregs) in esp_intr() function
3579 void esp_intr(int irq, void *dev_id, struct pt_regs *pregs) in esp_intr() function
Desp.c188 static void esp_intr(int irq, void *dev_id, struct pt_regs *pregs);
815 if (request_irq(esp->ehost->irq, esp_intr, in esp_register_irq()
4342 static void esp_intr(int irq, void *dev_id, struct pt_regs *pregs) in esp_intr() function