meth_interrupt
ret = request_irq(dev->irq, meth_interrupt, 0, meth_str, dev);
static irqreturn_t meth_interrupt(int irq, void *dev_id);