Home | History | Annotate | Download | only in s3c2xx0

Lines Matching defs:handler

36  * IRQ handler for Samsung S3C2800 processor.
58 struct s3c2xx0_intr_dispatch handler[ICU_LEN];
102 if (saved_spl_level < handler[irqno].level)
103 s3c2xx0_setipl(handler[irqno].level);
110 (*handler[irqno].func) (
111 handler[irqno].cookie == 0
112 ? frame : handler[irqno].cookie);
147 handler[irqno].cookie = cookie;
148 handler[irqno].func = func;
149 handler[irqno].level = level;
177 return (&handler[irqno]);
203 s3c2xx0_intr_init(handler, ICU_LEN);