Lines Matching refs:num_kcontrols
483 for (i = 0; i < w->num_kcontrols; i++) { in remove_widget()
1124 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dmixer_create() argument
1131 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_dmixer_create()
1135 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_dmixer_create()
1416 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create()
1417 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create()
1423 w->name, w->num_kcontrols, control_hdr->type); in soc_tplg_dapm_widget_create()
1432 template.num_kcontrols = w->num_kcontrols; in soc_tplg_dapm_widget_create()
1435 template.num_kcontrols); in soc_tplg_dapm_widget_create()
1447 template.num_kcontrols = 1; in soc_tplg_dapm_widget_create()
1456 template.num_kcontrols = w->num_kcontrols; in soc_tplg_dapm_widget_create()
1459 template.num_kcontrols); in soc_tplg_dapm_widget_create()