Lines Matching refs:swidget
131 struct snd_sof_widget *swidget; in hda_ipc4_get_hext_stream() local
135 swidget = w->dobj.private; in hda_ipc4_get_hext_stream()
136 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_get_hext_stream()
302 struct snd_sof_widget *swidget; in hda_ipc4_pre_trigger() local
307 swidget = w->dobj.private; in hda_ipc4_pre_trigger()
308 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_pre_trigger()
379 struct snd_sof_widget *swidget; in hda_ipc4_post_trigger() local
384 swidget = w->dobj.private; in hda_ipc4_post_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()
593 hda_select_dai_widget_ops(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget) in hda_select_dai_widget_ops() argument
600 sdai = swidget->private; in hda_select_dai_widget_ops()
626 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in hda_select_dai_widget_ops()