apne_interrupt
i = request_irq(dev->irq, apne_interrupt, IRQF_SHARED, DRV_NAME, dev);
static irqreturn_t apne_interrupt(int irq, void *dev_id);