Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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 */
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dinterrupts.c17 struct irq_action { struct
18 interrupt_handler_t *handler;
19 void *arg;
20 ulong count;
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dinterrupts.c38 struct irq_action { struct
44 static struct irq_action irq_handlers[SYS_NUM_IRQS] = { {0} }; argument
/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A Dinterrupts.c19 struct irq_action { struct
25 static struct irq_action vecs[32]; argument
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmmci.h428 u32 irq_action; member
/OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/
H A Dchip.h580 int (*irq_action)(struct mv88e6xxx_chip *chip, int irq); member