Lines Matching refs:tw
1383 struct snd_soc_tplg_dapm_widget *tw, in sof_connect_dai_widget() argument
1507 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_dai() argument
1512 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_dai()
1573 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_buffer() argument
1577 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_buffer()
1645 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pcm() argument
1649 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_pcm()
1719 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pipeline() argument
1722 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_pipeline()
1738 comp_swidget = snd_sof_find_swidget(scomp, tw->sname); in sof_widget_load_pipeline()
1741 tw->name, tw->sname); in sof_widget_load_pipeline()
1781 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_mixer() argument
1785 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_mixer()
1826 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_mux() argument
1830 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_mux()
1872 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pga() argument
1876 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_pga()
1889 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_load_pga()
1891 tw->num_kcontrols); in sof_widget_load_pga()
1948 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_src() argument
1952 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_src()
2005 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_asrc() argument
2009 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_asrc()
2064 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_siggen() argument
2068 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_siggen()
2189 struct snd_soc_tplg_dapm_widget *tw, in sof_process_load() argument
2195 struct snd_soc_tplg_private *private = &tw->priv; in sof_process_load()
2309 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_process() argument
2312 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_process()
2336 ret = sof_process_load(scomp, index, swidget, tw, r, in sof_widget_load_process()
2381 struct snd_soc_tplg_dapm_widget *tw) in sof_widget_ready() argument
2407 swidget->comp_id, index, swidget->id, tw->name, in sof_widget_ready()
2408 strnlen(tw->sname, SNDRV_CTL_ELEM_ID_NAME_MAXLEN) > 0 in sof_widget_ready()
2409 ? tw->sname : "none"); in sof_widget_ready()
2412 ARRAY_SIZE(core_tokens), tw->priv.array, in sof_widget_ready()
2413 le32_to_cpu(tw->priv.size)); in sof_widget_ready()
2432 ARRAY_SIZE(comp_ext_tokens), tw->priv.array, in sof_widget_ready()
2433 le32_to_cpu(tw->priv.size)); in sof_widget_ready()
2451 ret = sof_widget_load_dai(scomp, index, swidget, tw, &reply, dai); in sof_widget_ready()
2453 sof_connect_dai_widget(scomp, w, tw, dai); in sof_widget_ready()
2461 ret = sof_widget_load_mixer(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2464 ret = sof_widget_load_pga(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2474 ret = sof_widget_load_buffer(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2477 ret = sof_widget_load_pipeline(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2481 SOF_IPC_STREAM_CAPTURE, tw, &reply); in sof_widget_ready()
2485 SOF_IPC_STREAM_PLAYBACK, tw, &reply); in sof_widget_ready()
2488 ret = sof_widget_load_src(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2491 ret = sof_widget_load_asrc(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2494 ret = sof_widget_load_siggen(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2497 ret = sof_widget_load_process(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2501 ret = sof_widget_load_mux(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2507 dev_dbg(scomp->dev, "widget type %d name %s not handled\n", swidget->id, tw->name); in sof_widget_ready()
2515 tw->shift, swidget->id, tw->name, in sof_widget_ready()
2516 strnlen(tw->sname, SNDRV_CTL_ELEM_ID_NAME_MAXLEN) > 0 in sof_widget_ready()
2517 ? tw->sname : "none", reply.rhdr.error); in sof_widget_ready()
2523 if (tw->event_type) { in sof_widget_ready()
2525 le16_to_cpu(tw->event_type)); in sof_widget_ready()