pcic_interrupt
ret = request_irq(cs_irq, pcic_interrupt, 0, "i82365", pcic_interrupt);
free_irq(cs_irq, pcic_interrupt);
pcic_interrupt(0, NULL);