Lines Matching defs:tplg_w
571 struct snd_soc_tplg_dapm_widget *tplg_w)
579 sg = audioreach_parse_sg_tokens(apm, &tplg_w->priv);
583 cont = audioreach_parse_cont_tokens(apm, sg, &tplg_w->priv);
587 mod = audioreach_parse_common_tokens(apm, cont, &tplg_w->priv, w);
599 struct snd_soc_tplg_dapm_widget *tplg_w)
608 ret = audioreach_widget_load_module_common(component, index, w, tplg_w);
614 mod_array = audioreach_get_module_array(&tplg_w->priv);
734 struct snd_soc_tplg_dapm_widget *tplg_w)
741 ret = audioreach_widget_load_module_common(component, index, w, tplg_w);
748 mod_array = audioreach_get_module_array(&tplg_w->priv);
771 struct snd_soc_tplg_dapm_widget *tplg_w)
780 w_array = &tplg_w->priv.array[0];
839 struct snd_soc_tplg_dapm_widget *tplg_w)
845 ret = audioreach_widget_load_module_common(component, index, w, tplg_w);
855 le16_to_cpu(tplg_w->event_type));
858 le16_to_cpu(tplg_w->event_type));
867 struct snd_soc_tplg_dapm_widget *tplg_w)
872 audioreach_widget_load_buffer(component, index, w, tplg_w);
877 audioreach_widget_load_enc_dec_cnv(component, index, w, tplg_w);
880 audioreach_widget_load_buffer(component, index, w, tplg_w);
883 return audioreach_widget_load_mixer(component, index, w, tplg_w);
885 return audioreach_widget_load_pga(component, index, w, tplg_w);