Searched refs:pdev_get_int_handler (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/dev/pdev/include/pdev/
H A Dinterrupt.h20 struct int_handler_struct* pdev_get_int_handler(unsigned int vector);
/fuchsia/zircon/kernel/dev/pdev/interrupt/
H A Dinterrupt.c18 struct int_handler_struct* pdev_get_int_handler(unsigned int vector) function
35 h = pdev_get_int_handler(vector);
/fuchsia/zircon/kernel/dev/interrupt/arm_gic/v2/
H A Darm_gicv2.cpp283 struct int_handler_struct* handler = pdev_get_int_handler(vector);
/fuchsia/zircon/kernel/dev/interrupt/arm_gic/v3/
H A Darm_gicv3.cpp353 struct int_handler_struct* handler = pdev_get_int_handler(vector);

Completed in 30 milliseconds