Home
last modified time | relevance | path

Searched refs:int_handler (Results 1 – 12 of 12) sorted by relevance

/kernel/dev/interrupt/include/dev/
A Dinterrupt.h49 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 Dinterrupt.h16 int_handler handler;
53 int_handler handler,
/kernel/dev/interrupt/arm_gic/common/include/dev/interrupt/
A Darm_gic_common.h36 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 Darm_gicv2m_msi.h30 int_handler handler,
/kernel/dev/interrupt/
A Dmsi.cpp43 int_handler handler, in msi_register_handler()
/kernel/dev/pdev/interrupt/
A Dinterrupt.cpp25 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 Dpcie_platform.h102 int_handler handler, in RegisterMsiHandler()
/kernel/dev/interrupt/arm_gic/v2/
A Darm_gicv2m_pcie.cpp42 int_handler handler, in RegisterMsiHandler()
A Darm_gicv2m_msi.cpp161 int_handler handler, in arm_gicv2m_msi_register_handler()
/kernel/platform/pc/
A Dinterrupts.cpp39 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 Dplatform_pcie.cpp43 int_handler handler, in RegisterMsiHandler()
/kernel/dev/interrupt/arm_gic/v3/
A Darm_gicv3.cpp484 int_handler handler, in gic_msi_register_handler()

Completed in 26 milliseconds