Searched refs:interrupt_handler (Results 1 – 4 of 4) sorted by relevance
159 SCIC_CONTROLLER_INTERRUPT_HANDLER interrupt_handler; in isci_interrupt_legacy_handler() local163 interrupt_handler = interrupt_info->handlers->interrupt_handler; in isci_interrupt_legacy_handler()179 if (interrupt_handler(scic_controller_handle)) { in isci_interrupt_legacy_handler()198 SCIC_CONTROLLER_INTERRUPT_HANDLER interrupt_handler; in isci_interrupt_msix_handler() local201 interrupt_handler = interrupt_info->handlers->interrupt_handler; in isci_interrupt_msix_handler()209 if (interrupt_handler(scic_controller_handle)) { in isci_interrupt_msix_handler()232 if(handlers.interrupt_handler(scic_controller) == TRUE) { in isci_interrupt_poll_handler()
154 SCIC_CONTROLLER_INTERRUPT_HANDLER interrupt_handler; member
4104 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()4116 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()4125 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()4130 handler_methods[1].interrupt_handler in scic_controller_get_handler_methods()4144 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()
12846 static void interrupt_handler(int NotUsed){ in interrupt_handler() function12861 interrupt_handler(0); in ConsoleCtrlHandler()22383 signal(SIGINT, interrupt_handler);