Searched refs:handler_irq (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/amiga/
H A Dcia.c30 int handler_irq, cia_irq, server_irq; member in struct:ciabase
35 .handler_irq = IRQ_AMIGA_PORTS,
41 .handler_irq = IRQ_AMIGA_EXTER,
177 m68k_setup_irq_controller(&auto_irq_controller, base->handler_irq, 1);
178 m68k_irq_startup(base->handler_irq);
179 if (request_irq(base->handler_irq, cia_handler, IRQF_SHARED,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dentry.h9 extern void handler_irq(int irq, struct pt_regs *regs);
H A Dirq_32.c324 void handler_irq(int irq, struct pt_regs * regs) function
H A Dttable.S60 tl0_irq5: TRAP_IRQ(handler_irq, 5)
H A Dirq_64.c327 * handler_irq() will skip the handler call and that will leave the
717 void __irq_entry handler_irq(int irq, struct pt_regs *regs) function
H A Dentry.S219 /* For now all IRQ's not registered get sent here. handler_irq() will
246 call handler_irq
248 or %l0, PSR_PIL, %g2 ! restore PIL after handler_irq

Completed in 114 milliseconds