Lines Matching refs:tw

1131 				  struct snd_soc_tplg_dapm_widget *tw,  in sof_connect_dai_widget()  argument
1179 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_dai() argument
1184 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_dai()
1236 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_buffer() argument
1240 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_buffer()
1307 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pcm() argument
1311 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_pcm()
1411 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pipeline() argument
1415 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_pipeline()
1431 comp_swidget = snd_sof_find_swidget(sdev, tw->sname); in sof_widget_load_pipeline()
1434 tw->name, tw->sname); in sof_widget_load_pipeline()
1474 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_mixer() argument
1478 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_mixer()
1521 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_mux() argument
1525 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_mux()
1569 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pga() argument
1573 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_pga()
1584 if (le32_to_cpu(tw->num_kcontrols) != 1) { in sof_widget_load_pga()
1586 tw->num_kcontrols); in sof_widget_load_pga()
1646 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_src() argument
1650 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_src()
1705 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_siggen() argument
1709 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_siggen()
1832 struct snd_soc_tplg_dapm_widget *tw, in sof_process_load() argument
1838 struct snd_soc_tplg_private *private = &tw->priv; in sof_process_load()
1963 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_process() argument
1967 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_process()
1990 ret = sof_process_load(scomp, index, swidget, tw, r, in sof_widget_load_process()
2035 struct snd_soc_tplg_dapm_widget *tw) in sof_widget_ready() argument
2058 swidget->comp_id, index, swidget->id, tw->name, in sof_widget_ready()
2059 strnlen(tw->sname, SNDRV_CTL_ELEM_ID_NAME_MAXLEN) > 0 in sof_widget_ready()
2060 ? tw->sname : "none"); in sof_widget_ready()
2072 ret = sof_widget_load_dai(scomp, index, swidget, tw, &reply, in sof_widget_ready()
2075 sof_connect_dai_widget(scomp, w, tw, dai); in sof_widget_ready()
2083 ret = sof_widget_load_mixer(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2086 ret = sof_widget_load_pga(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2096 ret = sof_widget_load_buffer(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2099 ret = sof_widget_load_pipeline(scomp, index, swidget, tw, in sof_widget_ready()
2104 SOF_IPC_STREAM_CAPTURE, tw, &reply); in sof_widget_ready()
2108 SOF_IPC_STREAM_PLAYBACK, tw, &reply); in sof_widget_ready()
2111 ret = sof_widget_load_src(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2114 ret = sof_widget_load_siggen(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2117 ret = sof_widget_load_process(scomp, index, swidget, tw, in sof_widget_ready()
2122 ret = sof_widget_load_mux(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2129 swidget->id, tw->name); in sof_widget_ready()
2137 tw->shift, swidget->id, tw->name, in sof_widget_ready()
2138 strnlen(tw->sname, SNDRV_CTL_ELEM_ID_NAME_MAXLEN) > 0 in sof_widget_ready()
2139 ? tw->sname : "none", reply.rhdr.error); in sof_widget_ready()
2145 if (tw->event_type) { in sof_widget_ready()
2147 le16_to_cpu(tw->event_type)); in sof_widget_ready()