Searched refs:interrupt_handler (Results 1 – 4 of 4) sorted by relevance
157 SCIC_CONTROLLER_INTERRUPT_HANDLER interrupt_handler; in isci_interrupt_legacy_handler() local161 interrupt_handler = interrupt_info->handlers->interrupt_handler; in isci_interrupt_legacy_handler()177 if (interrupt_handler(scic_controller_handle)) { in isci_interrupt_legacy_handler()196 SCIC_CONTROLLER_INTERRUPT_HANDLER interrupt_handler; in isci_interrupt_msix_handler() local199 interrupt_handler = interrupt_info->handlers->interrupt_handler; in isci_interrupt_msix_handler()207 if (interrupt_handler(scic_controller_handle)) { in isci_interrupt_msix_handler()230 if(handlers.interrupt_handler(scic_controller) == TRUE) { in isci_interrupt_poll_handler()
152 SCIC_CONTROLLER_INTERRUPT_HANDLER interrupt_handler; member
4102 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()4114 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()4123 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()4128 handler_methods[1].interrupt_handler in scic_controller_get_handler_methods()4142 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()
20171 static void interrupt_handler(int NotUsed){ in interrupt_handler() function20185 interrupt_handler(0); in ConsoleCtrlHandler()30380 signal(SIGINT, interrupt_handler);