Home
last modified time | relevance | path

Searched refs:hp_82341_interrupt (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpib/hp_82341/
H A Dhp_82341.c30 static irqreturn_t hp_82341_interrupt(int irq, void *arg);
753 if (request_irq(irq, hp_82341_interrupt, 0, DRV_NAME, board)) { in hp_82341_attach()
857 static irqreturn_t hp_82341_interrupt(int irq, void *arg) in hp_82341_interrupt() function