Searched defs:irq_action (Results 1 – 6 of 6) sorted by relevance
20 struct irq_action { struct21 interrupt_handler_t *handler; /* pointer to interrupt rutine */22 void *arg;23 int count; /* number of interrupt */
17 struct irq_action { struct18 interrupt_handler_t *handler;19 void *arg;20 ulong count;
38 struct irq_action { struct44 static struct irq_action irq_handlers[SYS_NUM_IRQS] = { {0} }; argument
19 struct irq_action { struct25 static struct irq_action vecs[32]; argument
428 u32 irq_action; member
580 int (*irq_action)(struct mv88e6xxx_chip *chip, int irq); member