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