Searched defs:irq_action (Results 1 – 7 of 7) sorted by relevance
19 struct irq_action { struct20 interrupt_handler_t *handler; /* pointer to interrupt rutine */21 void *arg;22 int count; /* number of interrupt */
16 struct irq_action { struct17 interrupt_handler_t *handler;18 void *arg;19 ulong count;
37 struct irq_action { struct43 static struct irq_action irq_handlers[SYS_NUM_IRQS] = { {0} }; argument
18 struct irq_action { struct24 static struct irq_action vecs[32]; argument
446 u32 irq_action; member
664 int (*irq_action)(struct mv88e6xxx_chip *chip, int irq); member
3810 int irq_action = H_ENABLE_VIO_INTERRUPT; in ibmvfc_toggle_scrq_irq() local