Lines Matching defs:tplg_w
593 struct snd_soc_tplg_dapm_widget *tplg_w)
601 sg = audioreach_parse_sg_tokens(apm, &tplg_w->priv);
605 cont = audioreach_parse_cont_tokens(apm, sg, &tplg_w->priv);
609 mod = audioreach_parse_common_tokens(apm, cont, &tplg_w->priv, w);
613 mod->data = audioreach_get_module_priv_data(&tplg_w->priv);
623 struct snd_soc_tplg_dapm_widget *tplg_w)
632 ret = audioreach_widget_load_module_common(component, index, w, tplg_w);
638 mod_array = audioreach_get_module_array(&tplg_w->priv);
781 struct snd_soc_tplg_dapm_widget *tplg_w)
788 ret = audioreach_widget_load_module_common(component, index, w, tplg_w);
795 mod_array = audioreach_get_module_array(&tplg_w->priv);
821 struct snd_soc_tplg_dapm_widget *tplg_w)
830 w_array = &tplg_w->priv.array[0];
889 struct snd_soc_tplg_dapm_widget *tplg_w)
895 ret = audioreach_widget_load_module_common(component, index, w, tplg_w);
905 le16_to_cpu(tplg_w->event_type));
908 le16_to_cpu(tplg_w->event_type));
917 struct snd_soc_tplg_dapm_widget *tplg_w)
922 audioreach_widget_load_buffer(component, index, w, tplg_w);
927 audioreach_widget_load_enc_dec_cnv(component, index, w, tplg_w);
930 audioreach_widget_load_buffer(component, index, w, tplg_w);
933 return audioreach_widget_load_mixer(component, index, w, tplg_w);
935 return audioreach_widget_load_pga(component, index, w, tplg_w);