Home
last modified time | relevance | path

Searched defs:irq_action (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dmicroblaze_intc.h20 struct irq_action { struct
21 interrupt_handler_t *handler; /* pointer to interrupt rutine */
22 void *arg;
23 int count; /* number of interrupt */
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dinterrupts.c17 struct irq_action { struct
18 interrupt_handler_t *handler;
19 void *arg;
20 ulong count;
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dinterrupts.c38 struct irq_action { struct
44 static struct irq_action irq_handlers[SYS_NUM_IRQS] = { {0} }; argument
/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Dinterrupts.c19 struct irq_action { struct
25 static struct irq_action vecs[32]; argument