Searched refs:int_handler_struct (Results 1 – 5 of 5) sorted by relevance
15 struct int_handler_struct { struct20 struct int_handler_struct* pdev_get_int_handler(unsigned int vector); argument
37 struct int_handler_struct { struct44 static struct int_handler_struct int_handler_table[X86_INT_COUNT]; argument169 struct int_handler_struct* handler = &int_handler_table[x86_vector]; in platform_irq()
18 static struct int_handler_struct int_handler_table[ARM_MAX_INT];20 struct int_handler_struct* pdev_get_int_handler(unsigned int vector) { in pdev_get_int_handler()
283 struct int_handler_struct* handler = pdev_get_int_handler(vector); in gic_handle_irq()
354 struct int_handler_struct* handler = pdev_get_int_handler(vector); in gic_handle_irq()
Completed in 16 milliseconds