Searched refs:current_event (Results 1 – 11 of 11) sorted by relevance
1444 struct atomisp_css_event *current_event) in atomisp_css_temp_pipe_to_pipe_id() argument1452 ia_css_temp_pipe_to_pipe_id(current_event->event.pipe, in atomisp_css_temp_pipe_to_pipe_id()1453 ¤t_event->pipe); in atomisp_css_temp_pipe_to_pipe_id()1455 current_event->pipe == IA_CSS_PIPE_ID_CAPTURE) in atomisp_css_temp_pipe_to_pipe_id()1456 current_event->pipe = IA_CSS_PIPE_ID_COPY; in atomisp_css_temp_pipe_to_pipe_id()3218 struct atomisp_css_event current_event; in atomisp_css_isr_thread() local3222 while (!ia_css_dequeue_psys_event(¤t_event.event)) { in atomisp_css_isr_thread()3223 if (current_event.event.type == in atomisp_css_isr_thread()3232 current_event.event.fw_assert_module_id, in atomisp_css_isr_thread()3233 current_event.event.fw_assert_line_no); in atomisp_css_isr_thread()[all …]
126 struct atomisp_css_event *current_event);
58 VMSTATE_UINT32(current_event, ReplayState),
334 replay_state.current_event, in replay_sync_error()371 replay_state.current_event = 0; in replay_enable()
93 unsigned int current_event; member
178 replay_state.current_event++; in replay_fetch_data_kind()
1436 if (mrioc->current_event) in mpi3mr_sas_port_add()1437 mrioc->current_event->pending_at_sml = 1; in mpi3mr_sas_port_add()1459 if (mrioc->current_event) { in mpi3mr_sas_port_add()1460 mrioc->current_event->pending_at_sml = 0; in mpi3mr_sas_port_add()1461 if (mrioc->current_event->discard) in mpi3mr_sas_port_add()1557 if (mrioc->current_event) in mpi3mr_sas_port_remove()1558 mrioc->current_event->pending_at_sml = 1; in mpi3mr_sas_port_remove()1580 if (mrioc->current_event) { in mpi3mr_sas_port_remove()1581 mrioc->current_event->pending_at_sml = 0; in mpi3mr_sas_port_remove()1582 if (mrioc->current_event->discard) in mpi3mr_sas_port_remove()
342 if ((list_empty(&mrioc->fwevt_list) && !mrioc->current_event) || in mpi3mr_cleanup_fwevt_list()349 if (mrioc->current_event) { in mpi3mr_cleanup_fwevt_list()350 fwevt = mrioc->current_event; in mpi3mr_cleanup_fwevt_list()886 if (mrioc->current_event) in mpi3mr_remove_tgtdev_from_host()887 mrioc->current_event->pending_at_sml = 1; in mpi3mr_remove_tgtdev_from_host()890 if (mrioc->current_event) { in mpi3mr_remove_tgtdev_from_host()891 mrioc->current_event->pending_at_sml = 0; in mpi3mr_remove_tgtdev_from_host()892 if (mrioc->current_event->discard) { in mpi3mr_remove_tgtdev_from_host()938 if (mrioc->current_event) in mpi3mr_report_tgtdev_to_host()939 mrioc->current_event->pending_at_sml = 1; in mpi3mr_report_tgtdev_to_host()[all …]
1183 struct mpi3mr_fwevt *current_event; member
3693 if ((list_empty(&ioc->fw_event_list) && !ioc->current_event) || in _scsih_fw_event_cleanup_queue()3702 if (ioc->shost_recovery && ioc->current_event) in _scsih_fw_event_cleanup_queue()3703 ioc->current_event->ignore = 1; in _scsih_fw_event_cleanup_queue()3707 (fw_event = ioc->current_event)) { in _scsih_fw_event_cleanup_queue()3723 if (fw_event == ioc->current_event && in _scsih_fw_event_cleanup_queue()3724 ioc->current_event->event != in _scsih_fw_event_cleanup_queue()3726 ioc->current_event = NULL; in _scsih_fw_event_cleanup_queue()10721 ioc->current_event = fw_event; in _mpt3sas_fw_work()10727 ioc->current_event = NULL; in _mpt3sas_fw_work()10821 ioc->current_event = NULL; in _mpt3sas_fw_work()[all …]
1359 struct fw_event_work *current_event; member