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

/linux-4.1.27/drivers/scsi/
H A DNCR5380.c540 * probe_intr - helper for IRQ autoprobe
549 static irqreturn_t __init probe_intr(int irq, void *dev_id) probe_intr() function
576 if ((mask & possible) && (request_irq(i, &probe_intr, 0, "NCR-probe", NULL) == 0)) NCR5380_probe_irq()

Completed in 52 milliseconds