Lines Matching refs:w_param_text
3821 const char **w_param_text) in snd_soc_dapm_free_kcontrol() argument
3827 devm_kfree(card->dev, (void *)w_param_text[count]); in snd_soc_dapm_free_kcontrol()
3828 devm_kfree(card->dev, w_param_text); in snd_soc_dapm_free_kcontrol()
3835 int num_params, const char **w_param_text, in snd_soc_dapm_alloc_kcontrol() argument
3855 w_param_text[count] = in snd_soc_dapm_alloc_kcontrol()
3860 w_param_text[count] = devm_kmemdup(card->dev, in snd_soc_dapm_alloc_kcontrol()
3865 if (!w_param_text[count]) in snd_soc_dapm_alloc_kcontrol()
3871 w_param_enum[0].texts = w_param_text; in snd_soc_dapm_alloc_kcontrol()
3895 snd_soc_dapm_free_kcontrol(card, private_value, num_params, w_param_text); in snd_soc_dapm_alloc_kcontrol()
3908 const char **w_param_text; in snd_soc_dapm_new_pcm() local
3929 w_param_text = devm_kcalloc(card->dev, num_params, in snd_soc_dapm_new_pcm()
3931 if (!w_param_text) { in snd_soc_dapm_new_pcm()
3940 w_param_text, &private_value); in snd_soc_dapm_new_pcm()
3946 w_param_text = NULL; in snd_soc_dapm_new_pcm()
3980 snd_soc_dapm_free_kcontrol(card, &private_value, num_params, w_param_text); in snd_soc_dapm_new_pcm()