Searched refs:IRQHandler (Results 1 – 5 of 5) sorted by relevance
7 typedef struct IRQHandler { struct11 LIST_ENTRY(IRQHandler) link; argument12 } IRQHandler; typedef16 void IRQ_Register(int irq, struct IRQHandler *h);17 void IRQ_Unregister(int irq, struct IRQHandler *h);
10 LIST_HEAD(IRQHandlerList, IRQHandler);27 struct IRQHandler *h; in IRQ_Handler()35 IRQ_Register(int irq, struct IRQHandler *h) in IRQ_Register()45 IRQ_Unregister(int irq, struct IRQHandler *h) in IRQ_Unregister()
39 static IRQHandler kbdHandler;40 static IRQHandler psmHandler;
36 static IRQHandler handler;
132 IRQHandler irqHandle;