Lines Matching refs:num_kcontrols

462 		for (i = 0; w->kcontrols != NULL && i < w->num_kcontrols; i++) {  in remove_widget()
478 for (i = 0; w->kcontrols != NULL && i < w->num_kcontrols; i++) { in remove_widget()
1313 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dmixer_create() argument
1320 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_dmixer_create()
1324 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_dmixer_create()
1405 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_denum_create() argument
1412 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_denum_create()
1416 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_denum_create()
1515 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dbytes_create() argument
1522 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_dbytes_create()
1526 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_dbytes_create()
1635 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create()
1637 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create()
1643 w->name, w->num_kcontrols, control_hdr->type); in soc_tplg_dapm_widget_create()
1653 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1656 template.num_kcontrols); in soc_tplg_dapm_widget_create()
1668 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1671 template.num_kcontrols); in soc_tplg_dapm_widget_create()
1679 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1682 template.num_kcontrols); in soc_tplg_dapm_widget_create()