• Home
  • Raw
  • Download

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()
1314 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dmixer_create() argument
1321 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_dmixer_create()
1325 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_dmixer_create()
1406 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_denum_create() argument
1413 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_denum_create()
1417 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_denum_create()
1516 struct soc_tplg *tplg, int num_kcontrols) in soc_tplg_dapm_widget_dbytes_create() argument
1523 kc = kcalloc(num_kcontrols, sizeof(*kc), GFP_KERNEL); in soc_tplg_dapm_widget_dbytes_create()
1527 for (i = 0; i < num_kcontrols; i++) { in soc_tplg_dapm_widget_dbytes_create()
1636 if (w->num_kcontrols == 0) { in soc_tplg_dapm_widget_create()
1638 template.num_kcontrols = 0; in soc_tplg_dapm_widget_create()
1644 w->name, w->num_kcontrols, control_hdr->type); in soc_tplg_dapm_widget_create()
1654 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1657 template.num_kcontrols); in soc_tplg_dapm_widget_create()
1669 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1672 template.num_kcontrols); in soc_tplg_dapm_widget_create()
1680 template.num_kcontrols = le32_to_cpu(w->num_kcontrols); in soc_tplg_dapm_widget_create()
1683 template.num_kcontrols); in soc_tplg_dapm_widget_create()