Searched defs:irq_action (Results 1 – 4 of 4) 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