Home
last modified time | relevance | path

Searched refs:IRQHandler (Results 1 – 5 of 5) sorted by relevance

/sys/include/
Dirq.h7 typedef struct IRQHandler { struct
11 LIST_ENTRY(IRQHandler) link; argument
12 } IRQHandler; typedef
16 void IRQ_Register(int irq, struct IRQHandler *h);
17 void IRQ_Unregister(int irq, struct IRQHandler *h);
/sys/amd64/
Dirq.c10 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()
/sys/dev/x86/
Dps2.c39 static IRQHandler kbdHandler;
40 static IRQHandler psmHandler;
Dsercons.c36 static IRQHandler handler;
/sys/dev/
De1000.c132 IRQHandler irqHandle;