Searched refs:int_handler (Results 1 – 12 of 12) sorted by relevance
| /kernel/dev/interrupt/include/dev/ |
| A D | interrupt.h | 49 typedef interrupt_eoi (*int_handler)(void* arg); typedef 51 zx_status_t register_int_handler(unsigned int vector, int_handler handler, void* arg); 123 void msi_register_handler(const msi_block_t* block, uint msi_id, int_handler handler, void *ctx);
|
| /kernel/dev/pdev/include/pdev/ |
| A D | interrupt.h | 16 int_handler handler; 53 int_handler handler,
|
| /kernel/dev/interrupt/arm_gic/common/include/dev/interrupt/ |
| A D | arm_gic_common.h | 36 static inline zx_status_t gic_register_sgi_handler(unsigned int vector, int_handler handler) { in gic_register_sgi_handler()
|
| /kernel/dev/interrupt/arm_gic/v2/include/dev/interrupt/ |
| A D | arm_gicv2m_msi.h | 30 int_handler handler,
|
| /kernel/dev/interrupt/ |
| A D | msi.cpp | 43 int_handler handler, in msi_register_handler()
|
| /kernel/dev/pdev/interrupt/ |
| A D | interrupt.cpp | 25 zx_status_t register_int_handler(unsigned int vector, int_handler handler, void* arg) { in register_int_handler() 107 static void default_msi_register_handler(const msi_block_t* block, uint msi_id, int_handler handler… in default_msi_register_handler() 238 void msi_register_handler(const msi_block_t* block, uint msi_id, int_handler handler, void* ctx) { in msi_register_handler()
|
| /kernel/dev/pcie/include/dev/ |
| A D | pcie_platform.h | 102 int_handler handler, in RegisterMsiHandler()
|
| /kernel/dev/interrupt/arm_gic/v2/ |
| A D | arm_gicv2m_pcie.cpp | 42 int_handler handler, in RegisterMsiHandler()
|
| A D | arm_gicv2m_msi.cpp | 161 int_handler handler, in arm_gicv2m_msi_register_handler()
|
| /kernel/platform/pc/ |
| A D | interrupts.cpp | 39 int_handler handler; 182 zx_status_t register_int_handler(unsigned int vector, int_handler handler, void* arg) { in register_int_handler() 350 void msi_register_handler(const msi_block_t* block, uint msi_id, int_handler handler, void* ctx) { in msi_register_handler()
|
| A D | platform_pcie.cpp | 43 int_handler handler, in RegisterMsiHandler()
|
| /kernel/dev/interrupt/arm_gic/v3/ |
| A D | arm_gicv3.cpp | 484 int_handler handler, in gic_msi_register_handler()
|
Completed in 26 milliseconds