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