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

/linux-master/drivers/parisc/
H A Ddino.c325 dino_dev->imr |= DINO_MASK_IRQ(local_irq); /* used in dino_isr() */
333 ** The gsc_write will generate an interrupt which invokes dino_isr().
334 ** dino_isr() will read IPR and find nothing. But then catch this
387 static irqreturn_t dino_isr(int irq, void *intr_dev) function
863 status = request_irq(dev->irq, dino_isr, 0, name, dino_dev);

Completed in 154 milliseconds