Searched defs:handler (Results 1 – 3 of 3) sorted by relevance
| /dev/interrupt/or1k_pic/ |
| A D | or1k_pic.c | 23 int_handler handler; member 29 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler()
|
| /dev/interrupt/riscv_plic/ |
| A D | plic.c | 27 int_handler handler; member 121 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() 130 void register_int_handler_msi(unsigned int vector, int_handler handler, void *arg, bool edge) { in register_int_handler_msi()
|
| /dev/interrupt/arm_gic/ |
| A D | arm_gic.c | 73 int_handler handler; member 88 void register_int_handler(unsigned int vector, int_handler handler, void *arg) { in register_int_handler() 108 void register_int_handler_msi(unsigned int vector, int_handler handler, void *arg, bool edge) { in register_int_handler_msi() 411 struct int_handler_struct *handler = get_int_handler(vector, cpu); in __platform_irq() local
|
Completed in 13 milliseconds