Lines Matching refs:tw

1056 				  struct snd_soc_tplg_dapm_widget *tw,  in sof_connect_dai_widget()  argument
1187 struct snd_soc_tplg_dapm_widget *tw, in sof_widget_parse_tokens() argument
1192 struct snd_soc_tplg_private *private = &tw->priv; in sof_widget_parse_tokens()
1387 struct snd_soc_tplg_dapm_widget *tw) in sof_widget_ready() argument
1392 struct snd_soc_tplg_private *priv = &tw->priv; in sof_widget_ready()
1481 ret = sof_widget_parse_tokens(scomp, swidget, tw, token_list, token_list_size); in sof_widget_ready()
1483 ret = sof_connect_dai_widget(scomp, w, tw, dai); in sof_widget_ready()
1493 if (le32_to_cpu(tw->priv.size) == 0) { in sof_widget_ready()
1498 ret = sof_widget_parse_tokens(scomp, swidget, tw, token_list, token_list_size); in sof_widget_ready()
1501 if (!le32_to_cpu(tw->num_kcontrols)) { in sof_widget_ready()
1503 tw->num_kcontrols); in sof_widget_ready()
1519 ret = sof_widget_parse_tokens(scomp, swidget, tw, token_list, token_list_size); in sof_widget_ready()
1525 dev_dbg(scomp->dev, "widget type %d name %s not handled\n", swidget->id, tw->name); in sof_widget_ready()
1533 tw->shift, swidget->id, tw->name, in sof_widget_ready()
1534 strnlen(tw->sname, SNDRV_CTL_ELEM_ID_NAME_MAXLEN) > 0 in sof_widget_ready()
1535 ? tw->sname : "none"); in sof_widget_ready()
1550 if (tw->event_type) { in sof_widget_ready()
1553 le16_to_cpu(tw->event_type)); in sof_widget_ready()
2341 struct snd_soc_tplg_dapm_widget *tw) in sof_dspless_widget_ready() argument
2355 ret = sof_connect_dai_widget(scomp, w, tw, &dai); in sof_dspless_widget_ready()