Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DNCR5380.c667 static void __init probe_intr(int irq, void *dev_id, struct pt_regs *regs) in probe_intr() function
692 if ((mask & possible) && (request_irq(i, &probe_intr, SA_INTERRUPT, "NCR-probe", NULL) == 0)) in NCR5380_probe_irq()