Lines Matching refs:num_kcontrols

472 		for (i = 0; w->kcontrols != NULL && i < w->num_kcontrols; i++) {  in remove_widget()
488 for (i = 0; w->kcontrols != NULL && i < w->num_kcontrols; i++) { in remove_widget()
1294 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dmixer_create() argument
1301 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_dmixer_create()
1305 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_dmixer_create()
1381 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_denum_create() argument
1388 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_denum_create()
1392 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_denum_create()
1491 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dbytes_create() argument
1498 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_dbytes_create()
1502 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_dbytes_create()
1611 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create()
1613 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create()
1619 w->name, w->num_kcontrols, control_hdr->type); in soc_tplg_dapm_widget_create()
1629 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1632 template.num_kcontrols); in soc_tplg_dapm_widget_create()
1644 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1647 template.num_kcontrols); in soc_tplg_dapm_widget_create()
1655 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1658 template.num_kcontrols); in soc_tplg_dapm_widget_create()