Searched refs:current_event (Results 1 – 7 of 7) sorted by relevance
1577 struct atomisp_css_event *current_event) in atomisp_css_temp_pipe_to_pipe_id() argument1585 ia_css_temp_pipe_to_pipe_id(current_event->event.pipe, in atomisp_css_temp_pipe_to_pipe_id()1586 ¤t_event->pipe); in atomisp_css_temp_pipe_to_pipe_id()1588 current_event->pipe == IA_CSS_PIPE_ID_CAPTURE) in atomisp_css_temp_pipe_to_pipe_id()1589 current_event->pipe = IA_CSS_PIPE_ID_COPY; in atomisp_css_temp_pipe_to_pipe_id()3782 struct atomisp_css_event current_event; in atomisp_css_isr_thread() local3787 while (!ia_css_dequeue_psys_event(¤t_event.event)) { in atomisp_css_isr_thread()3788 if (current_event.event.type == in atomisp_css_isr_thread()3797 current_event.event.fw_assert_module_id, in atomisp_css_isr_thread()3798 current_event.event.fw_assert_line_no); in atomisp_css_isr_thread()[all …]
133 struct atomisp_css_event *current_event);
1429 if (mrioc->current_event) in mpi3mr_sas_port_add()1430 mrioc->current_event->pending_at_sml = 1; in mpi3mr_sas_port_add()1452 if (mrioc->current_event) { in mpi3mr_sas_port_add()1453 mrioc->current_event->pending_at_sml = 0; in mpi3mr_sas_port_add()1454 if (mrioc->current_event->discard) in mpi3mr_sas_port_add()1550 if (mrioc->current_event) in mpi3mr_sas_port_remove()1551 mrioc->current_event->pending_at_sml = 1; in mpi3mr_sas_port_remove()1572 if (mrioc->current_event) { in mpi3mr_sas_port_remove()1573 mrioc->current_event->pending_at_sml = 0; in mpi3mr_sas_port_remove()1574 if (mrioc->current_event->discard) in mpi3mr_sas_port_remove()
335 if ((list_empty(&mrioc->fwevt_list) && !mrioc->current_event) || in mpi3mr_cleanup_fwevt_list()342 if (mrioc->current_event) { in mpi3mr_cleanup_fwevt_list()343 fwevt = mrioc->current_event; in mpi3mr_cleanup_fwevt_list()872 if (mrioc->current_event) in mpi3mr_remove_tgtdev_from_host()873 mrioc->current_event->pending_at_sml = 1; in mpi3mr_remove_tgtdev_from_host()876 if (mrioc->current_event) { in mpi3mr_remove_tgtdev_from_host()877 mrioc->current_event->pending_at_sml = 0; in mpi3mr_remove_tgtdev_from_host()878 if (mrioc->current_event->discard) { in mpi3mr_remove_tgtdev_from_host()924 if (mrioc->current_event) in mpi3mr_report_tgtdev_to_host()925 mrioc->current_event->pending_at_sml = 1; in mpi3mr_report_tgtdev_to_host()[all …]
1166 struct mpi3mr_fwevt *current_event; member
3694 if ((list_empty(&ioc->fw_event_list) && !ioc->current_event) || in _scsih_fw_event_cleanup_queue()3703 if (ioc->shost_recovery && ioc->current_event) in _scsih_fw_event_cleanup_queue()3704 ioc->current_event->ignore = 1; in _scsih_fw_event_cleanup_queue()3708 (fw_event = ioc->current_event)) { in _scsih_fw_event_cleanup_queue()3724 if (fw_event == ioc->current_event && in _scsih_fw_event_cleanup_queue()3725 ioc->current_event->event != in _scsih_fw_event_cleanup_queue()3727 ioc->current_event = NULL; in _scsih_fw_event_cleanup_queue()10722 ioc->current_event = fw_event; in _mpt3sas_fw_work()10728 ioc->current_event = NULL; in _mpt3sas_fw_work()10822 ioc->current_event = NULL; in _mpt3sas_fw_work()[all …]
1359 struct fw_event_work *current_event; member