Lines Matching refs:tw
1390 struct snd_soc_tplg_dapm_widget *tw, in sof_connect_dai_widget() argument
1514 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_dai() argument
1519 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_dai()
1580 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_buffer() argument
1584 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_buffer()
1652 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pcm() argument
1656 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_pcm()
1726 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pipeline() argument
1729 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_pipeline()
1745 comp_swidget = snd_sof_find_swidget(scomp, tw->sname); in sof_widget_load_pipeline()
1748 tw->name, tw->sname); in sof_widget_load_pipeline()
1788 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_mixer() argument
1792 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_mixer()
1833 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_mux() argument
1837 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_mux()
1879 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_pga() argument
1883 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_pga()
1896 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_load_pga()
1898 tw->num_kcontrols); in sof_widget_load_pga()
1955 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_src() argument
1959 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_src()
2012 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_asrc() argument
2016 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_asrc()
2071 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_siggen() argument
2075 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_siggen()
2197 struct snd_soc_tplg_dapm_widget *tw, in sof_process_load() argument
2203 struct snd_soc_tplg_private *private = &tw->priv; in sof_process_load()
2317 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_load_process() argument
2320 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_load_process()
2344 ret = sof_process_load(scomp, index, swidget, tw, r, in sof_widget_load_process()
2389 struct snd_soc_tplg_dapm_widget *tw) in sof_widget_ready() argument
2415 swidget->comp_id, index, swidget->id, tw->name, in sof_widget_ready()
2416 strnlen(tw->sname, SNDRV_CTL_ELEM_ID_NAME_MAXLEN) > 0 in sof_widget_ready()
2417 ? tw->sname : "none"); in sof_widget_ready()
2420 ARRAY_SIZE(core_tokens), tw->priv.array, in sof_widget_ready()
2421 le32_to_cpu(tw->priv.size)); in sof_widget_ready()
2440 ARRAY_SIZE(comp_ext_tokens), tw->priv.array, in sof_widget_ready()
2441 le32_to_cpu(tw->priv.size)); in sof_widget_ready()
2459 ret = sof_widget_load_dai(scomp, index, swidget, tw, &reply, dai); in sof_widget_ready()
2461 sof_connect_dai_widget(scomp, w, tw, dai); in sof_widget_ready()
2469 ret = sof_widget_load_mixer(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2472 ret = sof_widget_load_pga(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2482 ret = sof_widget_load_buffer(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2485 ret = sof_widget_load_pipeline(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2489 SOF_IPC_STREAM_CAPTURE, tw, &reply); in sof_widget_ready()
2493 SOF_IPC_STREAM_PLAYBACK, tw, &reply); in sof_widget_ready()
2496 ret = sof_widget_load_src(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2499 ret = sof_widget_load_asrc(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2502 ret = sof_widget_load_siggen(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2505 ret = sof_widget_load_process(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2509 ret = sof_widget_load_mux(scomp, index, swidget, tw, &reply); in sof_widget_ready()
2515 dev_dbg(scomp->dev, "widget type %d name %s not handled\n", swidget->id, tw->name); in sof_widget_ready()
2523 tw->shift, swidget->id, tw->name, in sof_widget_ready()
2524 strnlen(tw->sname, SNDRV_CTL_ELEM_ID_NAME_MAXLEN) > 0 in sof_widget_ready()
2525 ? tw->sname : "none", reply.rhdr.error); in sof_widget_ready()
2531 if (tw->event_type) { in sof_widget_ready()
2533 le16_to_cpu(tw->event_type)); in sof_widget_ready()