Searched refs:spipe (Results 1 – 7 of 7) sorted by relevance
150 if (spipe->started_count == spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list()156 if (!spipe->started_count && !spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list()162 if (spipe->paused_count == (spipe->started_count - 1)) in sof_ipc4_add_pipeline_to_trigger_list()199 spipe->paused_count++; in sof_ipc4_update_pipeline_state()207 spipe->started_count--; in sof_ipc4_update_pipeline_state()217 spipe->paused_count--; in sof_ipc4_update_pipeline_state()222 spipe->started_count++; in sof_ipc4_update_pipeline_state()386 struct snd_sof_pipeline *spipe; in sof_ipc4_trigger_pipelines() local404 spipe = pipeline_list->pipelines[0]; in sof_ipc4_trigger_pipelines()405 pipe_widget = spipe->pipe_widget; in sof_ipc4_trigger_pipelines()[all …]
48 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_free_unlocked() local102 swidget->spipe->complete = 0; in sof_widget_free_unlocked()138 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_setup_unlocked() local161 if (!swidget->spipe || !swidget->spipe->pipe_widget) { in sof_widget_setup_unlocked()550 struct snd_sof_pipeline *spipe; in sof_set_up_widgets_in_path() local575 if (spipe == swidget->spipe) in sof_set_up_widgets_in_path()724 spipe = swidget->spipe; in sof_widget_list_setup()725 if (!spipe) { in sof_widget_list_setup()740 if (spipe->complete) in sof_widget_list_setup()745 if (spipe->complete < 0) { in sof_widget_list_setup()[all …]
1565 struct snd_sof_pipeline *spipe; in sof_widget_ready() local1567 spipe = kzalloc(sizeof(*spipe), GFP_KERNEL); in sof_widget_ready()1568 if (!spipe) { in sof_widget_ready()1573 spipe->pipe_widget = swidget; in sof_widget_ready()1574 swidget->spipe = spipe; in sof_widget_ready()1641 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_unload() local1643 list_del(&spipe->list); in sof_widget_unload()1644 kfree(spipe); in sof_widget_unload()1645 swidget->spipe = NULL; in sof_widget_unload()2163 swidget->spipe = spipe; in sof_set_widget_pipeline()[all …]
634 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_widget_setup_comp_dai()764 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_pipeline() local779 spipe->core_mask |= BIT(pipeline->core_id); in sof_ipc4_widget_setup_comp_pipeline()907 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_src() local931 spipe->core_mask |= BIT(swidget->core); in sof_ipc4_widget_setup_comp_src()978 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_process() local1036 spipe->core_mask |= BIT(swidget->core); in sof_ipc4_widget_setup_comp_process()1094 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_update_resource_usage()1345 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_unprepare_copier_module()1749 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_prepare_copier_module()[all …]
519 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc3_widget_setup_comp_pipeline() local572 spipe->core_mask |= BIT(pipeline->core); in sof_ipc3_widget_setup_comp_pipeline()2347 swidget->spipe->complete = sof_ipc3_complete_pipeline(sdev, swidget); in sof_ipc3_set_up_all_pipelines()2348 if (swidget->spipe->complete < 0) in sof_ipc3_set_up_all_pipelines()2349 return swidget->spipe->complete; in sof_ipc3_set_up_all_pipelines()2422 if (swidget->spipe) in sof_ipc3_free_widgets_in_list()2423 swidget->spipe->complete = 0; in sof_ipc3_free_widgets_in_list()
455 struct snd_sof_pipeline *spipe; member
136 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_get_hext_stream()308 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_pre_trigger()385 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_post_trigger()408 swidget->spipe->started_count++; in hda_ipc4_post_trigger()423 swidget->spipe->started_count = 0; in hda_ipc4_post_trigger()626 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in hda_select_dai_widget_ops()
Completed in 31 milliseconds