Searched refs:corkscrew_interrupt (Results 1 – 1 of 1) sorted by relevance
370 static irqreturn_t corkscrew_interrupt(int irq, void *dev_id);753 request_irq(dev->irq, corkscrew_interrupt, 0, in corkscrew_open()758 } else if (request_irq(dev->irq, corkscrew_interrupt, IRQF_SHARED, in corkscrew_open()1112 static irqreturn_t corkscrew_interrupt(int irq, void *dev_id) in corkscrew_interrupt() function