Searched refs:pipeline_list (Results 1 – 5 of 5) sorted by relevance
547 struct snd_sof_pcm_stream_pipeline_list *pipeline_list = &spcm->stream[dir].pipeline_list; in sof_set_up_widgets_in_path() local565 if (!pipeline_list->pipelines) in sof_set_up_widgets_in_path()573 for (i = 0; i < pipeline_list->count; i++) { in sof_set_up_widgets_in_path()574 spipe = pipeline_list->pipelines[i]; in sof_set_up_widgets_in_path()579 if (i == pipeline_list->count) { in sof_set_up_widgets_in_path()580 pipeline_list->count++; in sof_set_up_widgets_in_path()581 pipeline_list->pipelines[i] = swidget->spipe; in sof_set_up_widgets_in_path()764 struct snd_sof_pcm_stream_pipeline_list *pipeline_list = &spcm->stream[dir].pipeline_list; in sof_widget_list_free() local781 pipeline_list->count = 0; in sof_widget_list_free()
342 struct snd_sof_pcm_stream_pipeline_list pipeline_list;501 * @list: List item in sdev pipeline_list341 struct snd_sof_pcm_stream_pipeline_list pipeline_list; global() member
625 struct list_head pipeline_list;633 struct list_head pipeline_list; global() member
667 INIT_LIST_HEAD(&sdev->pipeline_list); in snd_sof_device_probe()
1579 list_add(&spipe->list, &sdev->pipeline_list); in sof_widget_ready() 2197 list_for_each_entry(spipe, &sdev->pipeline_list, list) { in sof_complete()