Lines Matching refs:spipe
48 pipe_widget = swidget->spipe->pipe_widget; in sof_widget_free_unlocked()
81 swidget->spipe->complete = 0; in sof_widget_free_unlocked()
126 if (!swidget->spipe || !swidget->spipe->pipe_widget) { in sof_widget_setup_unlocked()
132 ret = sof_widget_setup_unlocked(sdev, swidget->spipe->pipe_widget); in sof_widget_setup_unlocked()
182 sof_widget_free_unlocked(sdev, swidget->spipe->pipe_widget); in sof_widget_setup_unlocked()
445 struct snd_sof_pipeline *spipe; in sof_set_up_widgets_in_path() local
466 spipe = pipeline_list->pipelines[i]; in sof_set_up_widgets_in_path()
467 if (spipe == swidget->spipe) in sof_set_up_widgets_in_path()
473 pipeline_list->pipelines[i] = swidget->spipe; in sof_set_up_widgets_in_path()
608 struct snd_sof_pipeline *spipe; in sof_widget_list_setup() local
613 spipe = swidget->spipe; in sof_widget_list_setup()
614 if (!spipe) { in sof_widget_list_setup()
621 pipe_widget = spipe->pipe_widget; in sof_widget_list_setup()
629 if (spipe->complete) in sof_widget_list_setup()
633 spipe->complete = tplg_ops->pipeline_complete(sdev, pipe_widget); in sof_widget_list_setup()
634 if (spipe->complete < 0) { in sof_widget_list_setup()
635 ret = spipe->complete; in sof_widget_list_setup()